Skip to content

Commit a934ec1

Browse files
authored
Update Dockerfile
1 parent 7057688 commit a934ec1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM golang:1.8.3
33
WORKDIR /go/src/app
44
COPY . .
55

6+
RUN go-wrapper download
67
RUN go-wrapper install
78

8-
CMD ["go-wrapper", "run"]
9+
CMD ["go-wrapper", "run"]

0 commit comments

Comments
 (0)