Skip to content

Commit

Permalink
Fix dockerfile (#92)
Browse files Browse the repository at this point in the history
* use ouroboros script in dockerfile

* local pip install
  • Loading branch information
circa10a authored Jan 13, 2019
1 parent fd8b641 commit f8253d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ COPY / /app
WORKDIR /app

RUN apk add --no-cache tzdata && \
pip install --no-cache-dir -r requirements.txt
pip install --no-cache-dir .

ENTRYPOINT ["ouroboros"]

0 comments on commit f8253d7

Please sign in to comment.