added ENV to Dockerfile, also deployment to circleci
This commit is contained in:
parent
53f264e63b
commit
f7c1b1718e
5 changed files with 13 additions and 23 deletions
|
@ -20,7 +20,7 @@ const conf = convict({
|
|||
format: 'port',
|
||||
default: 1443,
|
||||
arg: 'port',
|
||||
env: 'P2P_LISTEN_PORT'
|
||||
env: 'PORT'
|
||||
},
|
||||
env: {
|
||||
format: ['production', 'development', 'test'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue