Add startup script and update Dockerfile and docker-compose.yml
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user