Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
VJBots authored Aug 27, 2023
1 parent e8145b9 commit 5d05b3f
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 /RequestToJoin3
WORKDIR /RequestToJoin3
RUN mkdir /Advance-File-Share-Bot
WORKDIR /Advance-File-Share-Bot
COPY start.sh /start.sh
CMD ["/bin/bash", "/start.sh"]

0 comments on commit 5d05b3f

Please sign in to comment.