Docker 수정

This commit is contained in:
2023-11-13 12:16:57 +09:00
parent d8a5c1c0e4
commit 3c45282455
9 changed files with 49 additions and 17 deletions

5
script/start.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
npx prisma generate
npx prisma db push
node server.js