Skip to content

Commit ad254cf

Browse files
authored
Merge pull request #206 from boostcampwm2023/develop
[Deploy] week4 배포
2 parents cddbe16 + 7962b1c commit ad254cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626

2727
- name: Test and Build with yarn
2828
run: |
29-
SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm_config_arch=x64 npm_config_platform=linux yarn workspace server add sharp
3029
yarn install
3130
yarn workspace client build
3231

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.vscode
2-
.DS_Store
2+
.DS_Store
3+
.idea

Dockerfile-was

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
ADD . /app
66

7-
RUN SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm_config_arch=x64 npm_config_platform=linux yarn workspace server add sharp
7+
RUN SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm_config_arch=x64 npm_config_platform=linuxmusl yarn workspace server add sharp@0.32.1
88
RUN yarn workspace server build
99

1010
EXPOSE 3000

0 commit comments

Comments
 (0)