Skip to content

Commit

Permalink
fix: 🐛 Dockerfile 이 바뀐 코드와 인프라와 맞지 않던 문제 수정
Browse files Browse the repository at this point in the history
image 가 caching 되어있어 눈치를 못챘던 것 같습니다.
  • Loading branch information
jpham005 committed Oct 24, 2023
1 parent c5bcce8 commit d3a619d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM node:19-alpine3.16
FROM node:18
RUN npm install -g pnpm@latest-8
EXPOSE 3000
EXPOSE 4000
WORKDIR /app
COPY entry.sh /tmp/
RUN chmod +x /tmp/entry.sh

0 comments on commit d3a619d

Please sign in to comment.