mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 14:55:03 +08:00
ci: Fix docker build after macOS integration
This commit is contained in:
parent
7c43a49046
commit
e6ff99198f
2 changed files with 4 additions and 2 deletions
|
|
@ -6,4 +6,5 @@
|
|||
/npm-debug.log
|
||||
node_modules
|
||||
|
||||
src/**/*.ts
|
||||
src/**/*.ts
|
||||
!src/services/asset_path.ts
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue