build(config.yml): specify port

This commit is contained in:
Krrish Dholakia 2024-01-10 18:18:29 +05:30
parent 9f23cf5852
commit 1becc7a4cf

View file

@ -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: |