Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
d
  • Loading branch information
wingeva1986 committed Oct 4, 2023
1 parent ceba77f commit 075d760
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 @@ -5,7 +5,7 @@ WORKDIR /app
COPY . .

RUN pip3 install -U -r requirements.txt
CMD [ "python3", "mkyml.py" ]
#CMD [ "python3", "bot.py" ]
#CMD [ "python3", "mkyml.py" ]
CMD [ "python3", "bot.py" ]


0 comments on commit 075d760

Please sign in to comment.