Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
fixed remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Randi356 authored May 9, 2022
1 parent ae619d8 commit c309779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pip install --upgrade pip setuptools
WORKDIR /root/userbot

#Install python requirements
RUN /bin/sh -c pip3 install -r https://raw.githubusercontent.com/Randi356/Vegeta-Userbot/Vegeta-Userbot/requirements.txt
RUN pip3 install -r https://raw.githubusercontent.com/Randi356/Vegeta-Userbot/Vegeta-Userbot/requirements.txt

EXPOSE 80 443

Expand Down

0 comments on commit c309779

Please sign in to comment.