Skip to content

Commit

Permalink
Explicitly expose port so OpenShift DTRT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Itamar Turner-Trauring committed May 24, 2017
1 parent e98ea59 commit 587f39b
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,5 +1,5 @@
FROM python:3-alpine
WORKDIR /usr/src/app

EXPOSE 8000
COPY server.py .
CMD ["python3", "./server.py"]

0 comments on commit 587f39b

Please sign in to comment.