mirror of
https://github.com/YuzuZensai/Cloudflare-DDNS-Updater.git
synced 2026-07-15 14:26:39 +00:00
🐛 fix: skip lifecycle scripts in Docker production install
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ WORKDIR /home/node/app
|
||||
COPY --from=build /home/node/app/package.json .
|
||||
COPY --from=build /home/node/app/bun.lock .
|
||||
|
||||
RUN bun install --frozen-lockfile --production
|
||||
RUN bun install --frozen-lockfile --production --ignore-scripts
|
||||
|
||||
COPY --from=build /home/node/app/src ./src
|
||||
COPY --from=build /home/node/app/configs_example ./configs_example
|
||||
|
||||
Reference in New Issue
Block a user