Files
Escape/docker-entrypoint.sh
whidix 05b29a62bb
Some checks failed
Build Docker Image / build (push) Failing after 33s
feat: add Dockerfile and entrypoint script for containerized application
2026-03-08 15:37:59 +01:00

10 lines
112 B
Bash

#!/bin/sh
set -e
# Migrate the database
npm run db:migrate
# Start the production server
node build/index.js