Skip to content

Commit

Permalink
rreee
Browse files Browse the repository at this point in the history
  • Loading branch information
JangHyun0247 committed Aug 7, 2024
1 parent 7b34275 commit d2c6c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM nginx:alpine
# 빌드된 파일을 Nginx의 html 디렉토리로 복사
COPY --from=build /app/build /usr/share/nginx/html

# 포트 80 노출
EXPOSE 80
# 포트 3000 노출
EXPOSE 3000

CMD ["nginx", "-g", "daemon off;"]

0 comments on commit d2c6c06

Please sign in to comment.