Update Dockerfile
This commit is contained in:
@@ -25,6 +25,6 @@ RUN apt-get update \
|
|||||||
|
|
||||||
ADD https://raw.githubusercontent.com/McCloudS/subgen/launcher/launcher.py /subgen/launcher.py
|
ADD https://raw.githubusercontent.com/McCloudS/subgen/launcher/launcher.py /subgen/launcher.py
|
||||||
|
|
||||||
CMD [ "python3", "-u", "launcher.py", "python3", "-u", "./subgen.py" ]
|
CMD [ "python3", "-u", "launcher.py", "&&", "python3", "-u", "subgen.py" ]
|
||||||
|
|
||||||
EXPOSE 8090
|
EXPOSE 8090
|
||||||
|
|||||||
Reference in New Issue
Block a user