Uses default gulp build task

This commit is contained in:
2016-02-24 12:48:50 +01:00
parent ea64b0a6c5
commit 2f526632fe

View File

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