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