Skip to content

Commit

Permalink
Repo Name
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauteKm authored Mar 1, 2022
1 parent 4bcdda6 commit 59850b3
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 @@ -6,7 +6,7 @@ COPY requirements.txt /requirements.txt

RUN cd /
RUN pip3 install -U pip && pip3 install -U -r requirements.txt
RUN mkdir /tgmoviebot
WORKDIR /tgmoviebot
RUN mkdir /IMDb-Movie-Bot
WORKDIR /IMDb-Movie-Bot
COPY start.sh /start.sh
CMD ["/bin/bash", "/start.sh"]

0 comments on commit 59850b3

Please sign in to comment.