1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

fix: Container build windows
Some checks failed
Build and push Docker DEV image / build ([self-hosted arm64], linux/arm/v7) (push) Has been cancelled
Build and push Docker DEV image / build ([self-hosted arm64], linux/arm64) (push) Has been cancelled
Build and push Docker DEV image / build ([self-hosted x64], linux/amd64) (push) Has been cancelled
Build and push Docker DEV image / merge (push) Has been cancelled
Build and push Docker DEV image / rerun-failed-jobs (push) Has been cancelled

This commit is contained in:
Daniel Hiller 2024-02-14 03:15:34 +01:00
parent ca6a1a14f5
commit 81d6c43cd9
2 changed files with 6 additions and 7 deletions

View file

@ -1,4 +1,2 @@
#!/bin/bash
set -e
node db/init.js
exec node app.js --prod $@
export NODE_ENV=production && set -e && node db/init.js && node app.js --prod