dockerfile updated

This commit is contained in:
thewhiteh4t
2020-06-02 09:54:23 +05:30
parent d2c11eb24f
commit 4707b81716
+1 -2
View File
@@ -10,5 +10,4 @@ WORKDIR /root
RUN git clone https://github.com/thewhiteh4t/pwnedOrNot.git
WORKDIR /root/pwnedOrNot/
RUN pip3 install --upgrade pip
RUN pip3 install requests
ENTRYPOINT ["python3", "pwnedornot.py"]
RUN pip3 install requests