Skip to content

Commit

Permalink
make changes to rpi Dockerfile as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Sep 7, 2018
1 parent 14ee2f9 commit 1e41c3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile.pi
@@ -1,5 +1,7 @@
FROM python:2.7-slim-stretch
RUN pip install requests
WORKDIR /
COPY requirements.txt .
RUN pip install -r requirements.txt
COPY . /
ENTRYPOINT ["python", "noisy.py"]
ENTRYPOINT ["python", "noisy.py"]
CMD ["--config", "config.json"]

0 comments on commit 1e41c3a

Please sign in to comment.