1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 05:05:17 +02:00

Add startup script and update Dockerfile and docker-compose.yml

This commit is contained in:
Sean Morley 2024-04-02 14:41:07 +00:00
parent 33122894c2
commit 8250cae054
3 changed files with 19 additions and 8 deletions

8
startup.sh Normal file
View file

@ -0,0 +1,8 @@
#!/bin/sh
# Start your application here
# Example: node build/index.js
# print message
echo "Starting the application"
npm run migrate
node build/index.js