it would be nice to know which command is failing
This commit is contained in:
parent
48a74301fb
commit
ea8dcd26d1
|
@ -13,6 +13,7 @@ ENV NODE_OPTIONS=--max_old_space_size=2048
|
|||
# --ignore-scripts because authors can do bad things in postinstall scripts.
|
||||
# https://cheatsheetseries.owasp.org/cheatsheets/NPM_Security_Cheat_Sheet.html
|
||||
# npx can-i-ignore-scripts can check that it's safe to ignore scripts.
|
||||
RUN npm ci --ignore-scripts && npm run build
|
||||
RUN npm ci --ignore-scripts
|
||||
RUN npm run build
|
||||
|
||||
ENTRYPOINT ["/app/bin/boot_server_in_docker"]
|
||||
|
|
Loading…
Reference in New Issue