DiscordTickets/scripts/start.sh
Isaac e6bce8b331
feat(docker): add new Dockerfile
Co-authored-by: Uzurka <101745008+Uzurka@users.noreply.github.com>
2023-02-14 23:21:36 +00:00

10 lines
154 B
Bash

#!/bin/sh
echo "Checking environment..."
node scripts/preinstall
echo "Preparing the database..."
node scripts/postinstall
echo "Starting..."
node src/