update dockerfile

This commit is contained in:
Christine Dodrill 2015-04-29 11:41:29 -07:00
parent fd605a1bd9
commit 0a11414e79
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ RUN go get golang.org/x/tools/cmd/present
COPY ./docker.slide /xe/docker.slide
EXPOSE 3999
EXPOSE 80
WORKDIR /xe
CMD present -http 0.0.0.0:3999
CMD present -http 0.0.0.0:80