Skip to content

Commit

Permalink
Added ENV PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
naitmare01 committed Sep 9, 2018
1 parent 4205164 commit 48f5b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ RUN apt-get update && apt-get install -y \
COPY . /main
WORKDIR /main
RUN pip3 install -r requirements.txt && touch /main/mydb.json
ENV PYTHONPATH /main/Modules
ADD GetDriftlaget.py /
ENTRYPOINT [ "python3", "-u", "./GetDriftlaget.py" ]

0 comments on commit 48f5b5d

Please sign in to comment.