Skip to content

Commit

Permalink
Changing ENTRYPOINT to CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
nss10 committed Dec 10, 2024
1 parent 1dd7761 commit 4fc3058
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

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

0 comments on commit 4fc3058

Please sign in to comment.