ci: Fix docker build after macOS integration

This commit is contained in:
Elian Doran 2024-07-13 22:10:57 +03:00
parent 7c43a49046
commit e6ff99198f
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -6,4 +6,5 @@
/npm-debug.log
node_modules
src/**/*.ts
src/**/*.ts
!src/services/asset_path.ts

View File

@ -34,7 +34,8 @@ RUN set -x \
&& npm prune --omit=dev \
&& cp src/public/app/share.js src/public/app-dist/. \
&& cp -r src/public/app/doc_notes src/public/app-dist/. \
&& rm -rf src/public/app
&& rm -rf src/public/app \
&& rm src/services/asset_path.ts
# Some setup tools need to be kept
RUN apk add --no-cache su-exec shadow