fix: Fixed Problems in Docker Files + deploy script
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2024-03-21 00:57:04 +01:00
parent e1092d616a
commit ae83ec3ff6
3 changed files with 28 additions and 4 deletions

View File

@@ -8,7 +8,4 @@ ENV SERVER_NAME=:80
COPY . /app
RUN composer install --no-dev --optimize-autoloader
RUN php artisan storage:link
ENTRYPOINT ["php", "artisan", "octane:frankenphp"]