Skip to content

Commit

Permalink
๐Ÿ”ง fix : expose ํฌํŠธ ๋ณ€๊ฒฝ
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 18, 2024
1 parent 90040c9 commit 86894ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ FROM nginx:alpine
WORKDIR /app
COPY --from=builder /app/dist /usr/share/nginx/html

EXPOSE 80
EXPOSE 3000
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 86894ea

Please sign in to comment.