We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be53c9 commit 9fcfa4aCopy full SHA for 9fcfa4a
src/api/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM thecodingmachine/php:7.4-v3-apache
+FROM thecodingmachine/php:7.4-v4-apache
2
3
# PHP extensions.
4
ENV PHP_EXTENSION_REDIS="1" \
@@ -23,4 +23,4 @@ RUN composer dump-env prod
23
RUN composer install --no-dev --optimize-autoloader
24
25
# Clear and warm-up cache.
26
-RUN php bin/console cache:clear
+RUN php bin/console cache:clear
src/webapp/Dockerfile
-FROM thecodingmachine/nodejs:12
+FROM thecodingmachine/nodejs:14
# Copy files.
# Don't forget to create a .env file with required Nuxt.js variables.
0 commit comments