Skip to content

Commit 720713f

Browse files
authored
Merge pull request #68 from lukemaslany-next/chore/bump-nginx-to-1.26
Bump production-stage image to nginx:1.26
2 parents 793f631 + e79184f commit 720713f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . .
77
RUN npm run build
88

99
# Stage 2: Serve the application with Nginx
10-
FROM nginx:1.19 as production-stage
10+
FROM nginx:1.26 as production-stage
1111
COPY --from=build-stage /app/dist /usr/share/nginx/html
1212
EXPOSE 80
1313
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)