Skip to content

Commit

Permalink
Merge pull request #206 from boostcampwm2023/develop
Browse files Browse the repository at this point in the history
[Deploy] week4 배포
  • Loading branch information
SongJSeop authored Nov 30, 2023
2 parents cddbe16 + 7962b1c commit ad254cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:

- name: Test and Build with yarn
run: |
SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm_config_arch=x64 npm_config_platform=linux yarn workspace server add sharp
yarn install
yarn workspace client build
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode
.DS_Store
.DS_Store
.idea
2 changes: 1 addition & 1 deletion Dockerfile-was
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

ADD . /app

RUN SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm_config_arch=x64 npm_config_platform=linux yarn workspace server add sharp
RUN SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm_config_arch=x64 npm_config_platform=linuxmusl yarn workspace server add sharp@0.32.1
RUN yarn workspace server build

EXPOSE 3000
Expand Down

0 comments on commit ad254cf

Please sign in to comment.