Skip to content

Commit bd25eba

Browse files
authoredMar 28, 2025··
modify: 리빌드용 도커파일 수정
1 parent b8f8996 commit bd25eba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ COPY .env.production ./.env.production
1616
COPY package.json pnpm-lock.yaml ./
1717
RUN pnpm install --no-frozen-lockfile --prod
1818

19+
1920
EXPOSE 3000
2021

2122
CMD ["pm2-runtime", "start", "ecosystem.config.js"]

0 commit comments

Comments
 (0)
Please sign in to comment.