Skip to content

Commit

Permalink
Change ADD to point to requirements file
Browse files Browse the repository at this point in the history
Pointing to the python file was not needed as it's already pulled into the correct folder
  • Loading branch information
pearlythepirate authored Oct 23, 2023
1 parent 0d9810b commit 53f904e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /subgen

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

ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/requirements.txt /subgen/requirements.txt

RUN pip install -r requirements.txt

ENTRYPOINT ["python3"]
Expand Down

0 comments on commit 53f904e

Please sign in to comment.