1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00
planka/start.sh
Daniel Hiller 81d6c43cd9
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
fix: Container build windows
2024-02-14 03:15:34 +01:00

2 lines
90 B
Bash
Executable file

#!/bin/bash
export NODE_ENV=production && set -e && node db/init.js && node app.js --prod