Skip to content

Commit

Permalink
use ouroboros script in dockerfile (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
circa10a authored Jan 13, 2019
1 parent 0e248a5 commit fd8b641
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 @@ -7,4 +7,4 @@ WORKDIR /app
RUN apk add --no-cache tzdata && \
pip install --no-cache-dir -r requirements.txt

ENTRYPOINT ["python3", "ouroboros.py"]
ENTRYPOINT ["ouroboros"]

0 comments on commit fd8b641

Please sign in to comment.