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 7c57579 commit 15e083fCopy full SHA for 15e083f
Dockerfile
@@ -23,7 +23,7 @@ COPY resources/img ./resources/img
23
RUN npm run production
24
25
# Stage 2: Setup PHP Application Environment
26
-FROM ric_harvey/nginx-php-fpm:php82 AS app
+FROM ric_harvey/nginx-php-fpm:3.1.6 AS app
27
28
# Set working directory
29
WORKDIR /var/www/html
@@ -70,4 +70,4 @@ COPY deploy.sh /usr/local/bin/deploy.sh
70
RUN chmod +x /usr/local/bin/deploy.sh
71
72
# Expose port 80
73
-EXPOSE 80
+EXPOSE 80
0 commit comments