Skip to content

Commit

Permalink
fix:: Drop Production
Browse files Browse the repository at this point in the history
  • Loading branch information
halionaz committed Sep 20, 2024
1 parent 94e0666 commit 25c6bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
COPY package.json yarn.lock ./

# KU-key fe에 필요한 패키지 설치
RUN yarn install --production
RUN yarn install
# serve 설치
RUN yarn global add serve
# 현재 디렉토리의 모든 파일을 도커 컨테이너의 작업 디렉토리에 복사
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "vite",
"dev:testserver": "vite --mode testserver",
"production": "vite --mode production",
"build": "tsc && vite build",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand Down

0 comments on commit 25c6bc0

Please sign in to comment.