Skip to content

Commit

Permalink
instructions completed
Browse files Browse the repository at this point in the history
  • Loading branch information
manasesjesus committed May 20, 2019
1 parent 60ec351 commit dc4acd2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM python:alpine3.6

COPY . /app
WORKDIR /app
RUN pip install -r requirements
ADD application.py /
RUN pip install flask

ENTRYPOINT ["python"]
CMD ["application.py"]

0 comments on commit dc4acd2

Please sign in to comment.