Skip to content

Commit

Permalink
fix dockerfile WORKDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
emberdex committed Oct 4, 2023
1 parent bdf3771 commit ecf59d1
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 @@ -10,6 +10,6 @@ ADD requirements.txt /botapp
ADD verification_template.md /botapp

RUN pip install -r /botapp/requirements.txt
RUN ls -laR /botapp

CMD ["python3", "/botapp/main.py"]
WORKDIR /botapp
CMD ["python3", "main.py"]

0 comments on commit ecf59d1

Please sign in to comment.