Added EXPOSE to Dockerfile.

This commit is contained in:
Jeromy Streets 2018-09-16 10:40:35 -07:00
parent 5d945a7ddf
commit feba5f1444

View File

@ -1,5 +1,7 @@
FROM golang:1.11.0 as builder
EXPOSE 8080
ENV BUILD_DIR /go/src/github.com/halverneus/static-file-server
ENV MAIN github.com/halverneus/static-file-server/bin/serve
ENV DEP_VERSION v0.5.0