Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Dec 15, 2024
1 parent d448672 commit 63217d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ FROM base

COPY --chown=gen3:gen3 --from=builder /$appname /$appname

CMD ["poetry", "run", "gunicorn", "-c", "deployment/wsgi/gunicorn.conf.py"]
CMD ["/bin/bash", "-c", "/fence/dockerrun.bash"]
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cached_property = "^1.5.1"
cdiserrors = "<2.0.0"
cdislogging = "^1.0.0"
cdispyutils = "^2.0.1"
flask = ">=3.0.0"
flask = "^2.2.3"
cryptography = ">=42.0.5"
flask-cors = "<6"
flask-restful = ">=0.3.8"
Expand All @@ -40,7 +40,7 @@ markupsafe = "^2.0.1"
paramiko = ">=2.6.0"
prometheus-client = "<1"
psycopg2-binary = "<3"
gunicorn = ">=21"
gunicorn = ">=22.0.0"
PyJWT = "^2.4.0"
python_dateutil = "^2.6.1"
python-jose = "^2.0.2"
Expand Down

0 comments on commit 63217d7

Please sign in to comment.