Skip to content

Commit

Permalink
instance name in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
baloola committed Dec 11, 2023
1 parent 80196e9 commit 548caaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ADD . .

USER www-data

CMD ["gunicorn", "--bind=0.0.0.0:8080", "--config", "gunicorn.conf.py", "--workers=3", "-k", "uvicorn.workers.UvicornWorker", "--log-level=INFO", "open_science_catalog_backend:app"]
CMD ["gunicorn", "--bind=0.0.0.0:8080", "--config", "gunicorn.conf.py", "--workers=3", "-k", "uvicorn.workers.UvicornWorker", "--log-level=INFO", "fairicube_catalog_backend:app"]

0 comments on commit 548caaa

Please sign in to comment.