Update Dockerfile

This commit is contained in:
McCloudS
2024-03-02 08:25:12 -07:00
committed by GitHub
parent 93b661390b
commit 9916d20299

View File

@@ -27,5 +27,3 @@ ADD https://raw.githubusercontent.com/McCloudS/subgen/main/launcher.py /subgen/l
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /subgen/subgen.py
CMD [ "bash", "-c", "python3 -u launcher.py && python3 -u subgen.py" ]
EXPOSE 9000