Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
feat: include the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed Oct 7, 2018
1 parent f4c4f1f commit ec92e6c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM python:3.6-alpine
MAINTAINER Caian R. Ertl <caianrais@pm.me>

WORKDIR app
COPY setup.py dora ./

RUN python3 setup.py build
RUN python3 setup.py install

EXPOSE 80
ENTRYPOINT python3 dora.py start --port 80

0 comments on commit ec92e6c

Please sign in to comment.