diff --git a/Dockerfile b/Dockerfile index 0f56917..0546055 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY . /satbd RUN go get $(go list -e -f "{{.Imports}} {{.TestImports}}" . | tr "[" " " | tr "]" " " | xargs go list -e -f "{{if not .Standard}}{{.ImportPath}}{{end}}") RUN go build RUN go test -RUN gulp build +RUN gulp EXPOSE 33276