Skip to content

Commit

Permalink
trigger docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit committed Oct 9, 2016
1 parent fbee5ec commit bfa3728
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
@@ -1,6 +1,6 @@
FROM python:alpine

COPY ./deploy /html
COPY ./site/deploy /html
WORKDIR /html

CMD ["python", "-m", "http.server", "80"]

0 comments on commit bfa3728

Please sign in to comment.