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:
parent
33122894c2
commit
8250cae054
3 changed files with 19 additions and 8 deletions
8
startup.sh
Normal file
8
startup.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue