File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,7 @@ COPY --from=frontend_builder /app/public/build/ /app/public/build/
33
33
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
34
34
COPY . /app
35
35
36
- RUN composer install --optimize-autoloader
37
- RUN php artisan optimize
38
- RUN php artisan filament:optimize
39
-
36
+ RUN composer install --optimize-autoloader && php artisan optimize:clear
40
37
41
38
42
39
ENTRYPOINT ["bash" , "/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ x-laravel-config: &laravel-config
18
18
- MAILERSEND_API_KEY
19
19
environment :
20
20
APP_DEBUG : " true"
21
- APP_ENV : local
21
+ APP_ENV : production
22
22
# APP_KEY: Injected into /run/secrets/APP_KEY
23
23
APP_NAME : davidharting.com
24
24
APP_URL : https://davidharting.com
You can’t perform that action at this time.
0 commit comments