Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
McCloudS authored Oct 23, 2023
1 parent ebd7e32 commit f85d852
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM ubuntu:latest

WORKDIR /subgen

RUN apt-get update && apt-get -y install python3 python3-pip

ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /subgen/subgen.py

ENTRYPOINT ["python3"]
CMD ["/subgen/subgen.py"]
CMD ["python", "-u", "subgen.py"]

EXPOSE 8090

0 comments on commit f85d852

Please sign in to comment.