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 d2c6c06 commit 40a1b21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .idea/material_theme_project_new.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ FROM nginx:alpine
COPY --from=build /app/build /usr/share/nginx/html

# 포트 3000 노출
EXPOSE 3000
EXPOSE 1234

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

0 comments on commit 40a1b21

Please sign in to comment.