From 2f526632fec843c019d87fd860db6d838ae5fda2 Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Wed, 24 Feb 2016 12:48:50 +0100 Subject: [PATCH] Uses default gulp build task --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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