chore: Adds lom with basic commands parsing.
This commit is contained in:
parent
7c1e26b150
commit
3a773e5b9b
10 changed files with 451 additions and 10 deletions
5
lom/docker-entrypoint.sh
Executable file
5
lom/docker-entrypoint.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
export NODE_ENV="production"
|
||||
export SERVER_BASE_URL="http://nextnet-api:3000/"
|
||||
|
||||
npm start
|
Loading…
Add table
Add a link
Reference in a new issue