We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd168f commit 51b7599Copy full SHA for 51b7599
Dockerfile
@@ -1,6 +1,7 @@
1
FROM centos:latest
2
MAINTAINER OpDemand <[email protected]>
3
-ENV PORT 8000
4
ADD . /app
5
WORKDIR /app
+ENV PORT 8000
6
+EXPOSE 8000
7
CMD python -m SimpleHTTPServer $PORT
0 commit comments