Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarcic committed Aug 18, 2017
1 parent c4f1467 commit c896c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion old/Dockerfile.big
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.7 AS build
ADD . /src
WORKDIR /src
RUN go get -d -v -t
RUN go test --cover -v ./...
RUN go test --cover -v ./... --run UnitTest
RUN go build -v -o go-demo

EXPOSE 8080
Expand Down

0 comments on commit c896c86

Please sign in to comment.