mirror of https://github.com/kcal-app/kcal.git
Do not optimize in Dockerfile
This commit is contained in:
parent
685233cb34
commit
600bb9b2e9
|
@ -54,11 +54,6 @@ RUN composer install --optimize-autoloader --no-dev
|
|||
# Change current user to www.
|
||||
USER www
|
||||
|
||||
# Optimize application.
|
||||
RUN php artisan config:cache
|
||||
RUN php artisan route:cache
|
||||
RUN php artisan view:cache
|
||||
|
||||
# Expose port 9000 and start php-fpm server.
|
||||
EXPOSE 9000
|
||||
CMD ["php-fpm"]
|
||||
|
|
Loading…
Reference in New Issue