build(config.yml): remove mounting config logic (temporary)

This commit is contained in:
Krrish Dholakia 2024-01-10 17:21:48 +05:30
parent e3aff7fc92
commit 2302e01cc4

View file

@ -104,9 +104,7 @@ jobs:
docker run -d \
-p 4000:4000 \
--name my-app \
-v $(pwd)/proxy_server_config.yaml:/app/config.yaml \
my-app:latest \
--config /app/config.yaml
my-app:latest
- run:
name: Install curl and dockerize
command: |