Skip to content

Commit

Permalink
feat: add docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-napoleone committed Jan 15, 2019
1 parent 85dbbbb commit 8f297cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM python:3.6-alpine

WORKDIR /app

COPY static .

ENTRYPOINT ["python", "-m", "http.server"]

0 comments on commit 8f297cc

Please sign in to comment.