Skip to content

Commit

Permalink
fix(Docker): ping nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Aug 5, 2023
1 parent 6fa00d5 commit f31dbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM nginx:stable-alpine
FROM nginx:1.25.1-alpine
COPY public /usr/share/nginx/html
EXPOSE 80

0 comments on commit f31dbb0

Please sign in to comment.