Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch committed Nov 6, 2023
1 parent 6f85e75 commit 8593043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ADD . /app
WORKDIR /app

# We are installing a dependency here directly into our app source dir
RUN pip install -r /app/requirements.txt
RUN pip install -r requirements.txt

ENV PYTHONPATH /app
CMD ["/app/main.py"]
CMD ["python main.py"]

0 comments on commit 8593043

Please sign in to comment.