mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
added ENV to Dockerfile, also deployment to circleci
This commit is contained in:
@@ -20,7 +20,7 @@ const conf = convict({
|
||||
format: 'port',
|
||||
default: 1443,
|
||||
arg: 'port',
|
||||
env: 'P2P_LISTEN_PORT'
|
||||
env: 'PORT'
|
||||
},
|
||||
env: {
|
||||
format: ['production', 'development', 'test'],
|
||||
|
||||
Reference in New Issue
Block a user