Skip to content

Commit

Permalink
update to gateway for fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Jan 18, 2025
1 parent c96898a commit 23f64fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateway/Dockerfile-gateway
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ EXPOSE 8000

ENTRYPOINT ["/entrypoint.sh"]

CMD ["uvicorn", "gateway.main:app", "--port", "8000", "--host 0.0.0.0", "--reload"]
CMD ["uvicorn", "gateway.main:app", "--port", "8000", "--host", "0.0.0.0", "--reload"]
2 changes: 1 addition & 1 deletion kustomize/overlays/compose/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ images:
- name: mongo
newTag: 8.0-rc
- name: ghcr.io/biosimulators/bio-compose-server-gateway
newTag: 0.0.10-dev # STABLE is 0.0.5-dev 0.0.8-dev
newTag: 0.0.5-dev # STABLE is 0.0.5-dev 0.0.8-dev
- name: ghcr.io/biosimulators/bio-compose-server-worker
newTag: 0.0.2-dev # STABLE is 0.0.2-dev # 0.0.6-dev

Expand Down

0 comments on commit 23f64fd

Please sign in to comment.