first commit
This commit is contained in:
commit
5847fb0582
14 changed files with 543 additions and 0 deletions
5
entrypoint_app.sh
Normal file
5
entrypoint_app.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
npm i --production=false
|
||||
|
||||
npm run ${NODE_ENV}
|
||||
Loading…
Add table
Add a link
Reference in a new issue