Update Dockerfile

This commit is contained in:
McCloudS
2023-10-23 00:07:27 -06:00
committed by GitHub
parent fe9ba9859a
commit fca2a97530

View File

@@ -2,7 +2,7 @@ FROM ubuntu:latest
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"]