build(config.yml): specify port
This commit is contained in:
parent
9f23cf5852
commit
1becc7a4cf
@ -110,7 +110,8 @@ jobs:
|
||||
--name my-app \
|
||||
-v $(pwd)/proxy_server_config.yaml:/app/config.yaml \
|
||||
my-app:latest \
|
||||
--config /app/config.yaml
|
||||
--config /app/config.yaml \
|
||||
--port 4000
|
||||
- run:
|
||||
name: Install curl and dockerize
|
||||
command: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user