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
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:
parent
ca6a1a14f5
commit
81d6c43cd9
2 changed files with 6 additions and 7 deletions
4
start.sh
4
start.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue