2
0

build: 👷 New compose file and entrypoints

This commit is contained in:
Baptiste Arnaud
2022-05-25 08:13:35 -07:00
parent 4a5a92b973
commit 5d786f59cc
44 changed files with 288 additions and 113 deletions

7
viewer-entrypoint.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
./entrypoint.sh
./node_modules/.bin/prisma generate;
node server.js;