build: 👷 New compose file and entrypoints
This commit is contained in:
7
viewer-entrypoint.sh
Normal file
7
viewer-entrypoint.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
./entrypoint.sh
|
||||
|
||||
./node_modules/.bin/prisma generate;
|
||||
|
||||
node server.js;
|
Reference in New Issue
Block a user