Skip to content

Commit b777eb5

Browse files
committed
change port 3000 to 8080
1 parent c5b27fc commit b777eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ RUN npm run build \
1414
&& npm prune --omit=dev # devDependencies 제거로 이미지 슬림화
1515

1616
ENV NODE_ENV=production
17-
EXPOSE 3000
17+
EXPOSE 8080
1818
CMD ["node", "dist/main.js"]

0 commit comments

Comments
 (0)