Update Dockerfile

This commit is contained in:
McCloudS
2024-02-11 09:15:58 -07:00
committed by GitHub
parent 42c748b33c
commit b9d1fbbfe4

View File

@@ -25,6 +25,6 @@ RUN apt-get update \
ADD https://raw.githubusercontent.com/McCloudS/subgen/launcher/launcher.py /subgen/launcher.py
CMD [ "python3", "-u", "launcher.py", "&&", "python3", "-u", "subgen.py" ]
CMD [ "bash", "-c", "python3 -u launcher.py && python3 -u subgen.py" ]
EXPOSE 8090