Merge pull request #9 from halverneus/bugfix/added_dockerfile_expose

Added EXPOSE to Dockerfile.
pull/12/head
Jeromy Streets 6 years ago committed by GitHub
commit 2524d61245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

@ -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

Loading…
Cancel
Save