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 2cd7cb3 commit ecea66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:latest

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

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

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

Expand Down

0 comments on commit ecea66e

Please sign in to comment.