We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cddbe16 + 7962b1c commit ad254cfCopy full SHA for ad254cf
.github/workflows/cicd.yml
@@ -26,7 +26,6 @@ jobs:
26
27
- name: Test and Build with yarn
28
run: |
29
- SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm_config_arch=x64 npm_config_platform=linux yarn workspace server add sharp
30
yarn install
31
yarn workspace client build
32
.gitignore
@@ -1,2 +1,3 @@
1
.vscode
2
-.DS_Store
+.DS_Store
3
+.idea
Dockerfile-was
@@ -4,7 +4,7 @@ WORKDIR /app
4
5
ADD . /app
6
7
-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
8
RUN yarn workspace server build
9
10
EXPOSE 3000
0 commit comments