mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-15 20:54:31 +00:00
it would be nice to know which command is failing
This commit is contained in:
parent
11eba6b2ef
commit
cc38022358
@ -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…
x
Reference in New Issue
Block a user