Skip to content

Commit 3b4666c

Browse files
authored
Merge pull request #42 from fueledbysushis/Dockerfile-update
Update Dockerfiles
2 parents 012b61f + 9fcfa4a commit 3b4666c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM thecodingmachine/php:7.4-v3-apache
1+
FROM thecodingmachine/php:7.4-v4-apache
22

33
# PHP extensions.
44
ENV PHP_EXTENSION_REDIS="1" \
@@ -23,4 +23,4 @@ RUN composer dump-env prod
2323
RUN composer install --no-dev --optimize-autoloader
2424

2525
# Clear and warm-up cache.
26-
RUN php bin/console cache:clear
26+
RUN php bin/console cache:clear

src/webapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM thecodingmachine/nodejs:12
1+
FROM thecodingmachine/nodejs:14
22

33
# Copy files.
44
# Don't forget to create a .env file with required Nuxt.js variables.

0 commit comments

Comments
 (0)