Skip to content

Commit

Permalink
remove explicit CMD commands (these are overridden by deployment)
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Aug 11, 2023
1 parent d49d14b commit 624d7d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ COPY --chown=app:app . .
RUN pip install --no-cache-dir .
ENV PYTHONPATH=/home/app

CMD ["python", "-m", "rest_server"]
CMD ["python", "-m", "web_app"]
CMD []

0 comments on commit 624d7d1

Please sign in to comment.