Skip to content

Commit

Permalink
add information on default nginx port to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomsoldat committed Jan 9, 2025
1 parent ef2c771 commit c527f75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ build
public
WIP
.hugo*
TODO*
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
# https://github.com/nginxinc/docker-nginx
FROM nginx:1.27.3@sha256:42e917aaa1b5bb40dd0f6f7f4f857490ac7747d7ef73b391c774a41a8b994f15
COPY public /usr/share/nginx/html

# the nginx container listens here by default
EXPOSE 80/tcp

0 comments on commit c527f75

Please sign in to comment.