Skip to content

Commit 51b7599

Browse files
author
Matthew Fisher
committed
expose port 8000
1 parent 0fd168f commit 51b7599

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM centos:latest
22
MAINTAINER OpDemand <[email protected]>
3-
ENV PORT 8000
43
ADD . /app
54
WORKDIR /app
5+
ENV PORT 8000
6+
EXPOSE 8000
67
CMD python -m SimpleHTTPServer $PORT

0 commit comments

Comments
 (0)