Skip to content

Commit

Permalink
Set working dir to home
Browse files Browse the repository at this point in the history
  • Loading branch information
izackwu committed Jun 28, 2020
1 parent f5c16b0 commit a691a85
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
@@ -1,6 +1,7 @@
FROM python:3-alpine
# only copy necessary files for better cache
WORKDIR /home/
COPY requirements.txt refresh_cdn.py ./
RUN python3 --version
RUN pip3 install -r requirements.txt
ENTRYPOINT python3 refresh_cdn.py
ENTRYPOINT python3 /home/refresh_cdn.py

0 comments on commit a691a85

Please sign in to comment.