Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
feat(docker): Added Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkoura committed Dec 29, 2019
1 parent 34f52d8 commit 4e0c03d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM python:2.7-alpine

ADD eyefiserver.py .
RUN mkdir uploads

VOLUME /uploads
EXPOSE 59278
ENTRYPOINT [ "python", "eyefiserver.py" ]

0 comments on commit 4e0c03d

Please sign in to comment.