mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
ci: Fix docker build after macOS integration
This commit is contained in:
parent
7c43a49046
commit
e6ff99198f
@ -6,4 +6,5 @@
|
|||||||
/npm-debug.log
|
/npm-debug.log
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
src/**/*.ts
|
src/**/*.ts
|
||||||
|
!src/services/asset_path.ts
|
@ -34,7 +34,8 @@ RUN set -x \
|
|||||||
&& npm prune --omit=dev \
|
&& npm prune --omit=dev \
|
||||||
&& cp src/public/app/share.js src/public/app-dist/. \
|
&& cp src/public/app/share.js src/public/app-dist/. \
|
||||||
&& cp -r src/public/app/doc_notes 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
|
# Some setup tools need to be kept
|
||||||
RUN apk add --no-cache su-exec shadow
|
RUN apk add --no-cache su-exec shadow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user