Skip to content

Commit

Permalink
fix:: DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
halionaz committed Sep 20, 2024
1 parent 75ee8d9 commit e0c3f37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ COPY package.json yarn.lock ./

# KU-key fe에 필요한 패키지 설치
RUN yarn --production
# serve 설치
# build와 서버 배포에 필요한 수동 설치
RUN yarn global add serve
RUN yarn global add typescript
# 현재 디렉토리의 모든 파일을 도커 컨테이너의 작업 디렉토리에 복사
COPY . .
RUN yarn build
Expand Down

0 comments on commit e0c3f37

Please sign in to comment.