Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Sacristán Ibáñez authored May 13, 2021
1 parent 6a97889 commit b7c26bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbrush_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3.7
RUN mkdir /usr/src/app/
COPY . /usr/src/app/
WORKDIR /usr/src/app/
EXPOSE 5000
EXPOSE 80
RUN pip install -r requirements.txt
CMD ["python", "app.py"]
CMD ["python", "app.py"]

0 comments on commit b7c26bd

Please sign in to comment.