mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-05 17:51:27 +03:00
feat(docker): add new Dockerfile
Co-authored-by: Uzurka <101745008+Uzurka@users.noreply.github.com>
This commit is contained in:
10
scripts/start.sh
Normal file
10
scripts/start.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Checking environment..."
|
||||
node scripts/preinstall
|
||||
|
||||
echo "Preparing the database..."
|
||||
node scripts/postinstall
|
||||
|
||||
echo "Starting..."
|
||||
node src/
|
Reference in New Issue
Block a user