feature: Adds docker support.
This commit is contained in:
parent
6ff28de463
commit
a03f3ef344
7 changed files with 81 additions and 2 deletions
6
docker-entrypoint.sh
Normal file
6
docker-entrypoint.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
echo "Welcome to NextNet."
|
||||
echo "Running database migrations..."
|
||||
npx prisma migrate deploy
|
||||
echo "Starting application..."
|
||||
npm start
|
Loading…
Add table
Add a link
Reference in a new issue