Skip to content

Commit e0b996e

Browse files
authored
Merge pull request #1205 from w3bdesign/dev
Update Dockerfile
2 parents 23df235 + 15e083f commit e0b996e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY resources/img ./resources/img
2323
RUN npm run production
2424

2525
# Stage 2: Setup PHP Application Environment
26-
FROM ric_harvey/nginx-php-fpm:php82 AS app
26+
FROM ric_harvey/nginx-php-fpm:3.1.6 AS app
2727

2828
# Set working directory
2929
WORKDIR /var/www/html
@@ -70,4 +70,4 @@ COPY deploy.sh /usr/local/bin/deploy.sh
7070
RUN chmod +x /usr/local/bin/deploy.sh
7171

7272
# Expose port 80
73-
EXPOSE 80
73+
EXPOSE 80

0 commit comments

Comments
 (0)