Skip to content

Commit

Permalink
feat: dockerfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GiHwan2 committed Sep 28, 2024
1 parent a515b79 commit 97ab692
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@
FROM nginx:latest

# Copy custom Nginx configuration file into container
COPY ./nginx.conf /etc/nginx/nginx.conf

# Expose HTTP and HTTPS ports
EXPOSE 80
EXPOSE 443
COPY ./nginx.conf /etc/nginx/nginx.conf

0 comments on commit 97ab692

Please sign in to comment.