mirror of
https://github.com/halverneus/static-file-server.git
synced 2024-11-24 09:05:30 +00:00
Added EXPOSE to Dockerfile.
This commit is contained in:
parent
5d945a7ddf
commit
feba5f1444
@ -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…
Reference in New Issue
Block a user