Skip to content

Commit

Permalink
update cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch committed Nov 6, 2023
1 parent f3a63a8 commit 408169c
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 @@ -5,4 +5,4 @@ WORKDIR /app
# We are installing a dependency here directly into our app source dir
RUN pip install -r requirements.txt

CMD ["python", "-m", "main.py"]
CMD ["python", "main.py"]

0 comments on commit 408169c

Please sign in to comment.