Skip to content

Commit

Permalink
Adjust dockerfile for new package structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Javex committed Sep 26, 2023
1 parent e768121 commit b42be38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM python:3

RUN mkdir -p /app/output
WORKDIR /app
COPY ./coles.py ./woolies.py ./requirements.txt ./
COPY ./main.py ./requirements.txt ./
RUN pip3 install -r requirements.txt
COPY hotprices_au ./hotprices_au
ENTRYPOINT [ "python3" ]

0 comments on commit b42be38

Please sign in to comment.