Update Dockerfile
This commit is contained in:
@@ -2,7 +2,7 @@ FROM ubuntu:latest
|
|||||||
|
|
||||||
RUN apt-get update && apt-get -y install python3 python3-pip
|
RUN apt-get update && apt-get -y install python3 python3-pip
|
||||||
|
|
||||||
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /subgen
|
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /subgen/subgen.py
|
||||||
|
|
||||||
CMD [ "python3", "-u", "/subgen/subgen.py"]
|
CMD [ "python3", "-u", "/subgen/subgen.py"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user