Skip to content

Commit

Permalink
Remove bash as a requirement for gateway container (#64)
Browse files Browse the repository at this point in the history
bash can't be expected to be present in the container.
  • Loading branch information
asutosh authored May 2, 2024
1 parent 4349c13 commit 9f3979f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions auto/pro-ha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ services:
- "6000:6000"
- "8003:8003"
- "8080:8080"
entrypoint: ["/bin/bash"]
entrypoint: ["/opt/tyk-gateway/tyk"]
command:
- "-c"
- |
update-ca-certificates
/opt/tyk-gateway/tyk --conf /conf/tyk.conf
- --conf
- /conf/tyk.conf

tyk-analytics:
profiles: ["all", "master-datacenter"]
Expand Down

0 comments on commit 9f3979f

Please sign in to comment.