mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
build(docker): use absolute path to stay consistent
This commit is contained in:
parent
e9fa37c4ee
commit
d5bc9841e3
@ -38,7 +38,7 @@ RUN sed -i "/electron/d" package.json && \
|
|||||||
npm cache clean --force && \
|
npm cache clean --force && \
|
||||||
rm -rf \
|
rm -rf \
|
||||||
/tmp/node-compile-cache \
|
/tmp/node-compile-cache \
|
||||||
./bin/cleanupNodeModules.ts
|
/usr/src/app/bin/cleanupNodeModules.ts
|
||||||
|
|
||||||
# Add application user
|
# Add application user
|
||||||
RUN adduser -s /bin/false node; exit 0
|
RUN adduser -s /bin/false node; exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user