Update Dockerfile

This commit is contained in:
McCloudS
2023-10-23 00:01:37 -06:00
committed by GitHub
parent 58e218d255
commit fe9ba9859a

View File

@@ -4,6 +4,6 @@ RUN apt-get update && apt-get -y install python3 python3-pip
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /subgen
CMD [ "python3", "-u", "/subgen.py"]
CMD [ "python3", "-u", "/subgen/subgen.py"]
EXPOSE 8090