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 committed May 15, 2021
1 parent f790375 commit 2f48997
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playbrush_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ FROM python:3.7
RUN mkdir /usr/src/app/
COPY . /usr/src/app/
WORKDIR /usr/src/app/
EXPOSE 80
RUN pip install -r requirements.txt
CMD ["python", "app.py"]

0 comments on commit 2f48997

Please sign in to comment.