Skip to content

Commit

Permalink
Changing CMD to ENTRYPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
nss10 committed Dec 10, 2024
1 parent c0b31d1 commit 1dd7761
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 @@ -53,4 +53,4 @@ RUN echo 'alias python="python3"' >> ~/.bashrc && source ~/.bashrc;

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

CMD ["poetry", "run", "gunicorn", "-c", "deployment/wsgi/gunicorn.conf.py"]
ENTRYPOINT ["poetry", "run", "gunicorn", "-c", "deployment/wsgi/gunicorn.conf.py"]

0 comments on commit 1dd7761

Please sign in to comment.