update dockerfile
This commit is contained in:
parent
fd605a1bd9
commit
0a11414e79
|
@ -4,7 +4,7 @@ RUN go get golang.org/x/tools/cmd/present
|
||||||
|
|
||||||
COPY ./docker.slide /xe/docker.slide
|
COPY ./docker.slide /xe/docker.slide
|
||||||
|
|
||||||
EXPOSE 3999
|
EXPOSE 80
|
||||||
|
|
||||||
WORKDIR /xe
|
WORKDIR /xe
|
||||||
CMD present -http 0.0.0.0:3999
|
CMD present -http 0.0.0.0:80
|
||||||
|
|
Loading…
Reference in New Issue