Skip to content

Commit 7057688

Browse files
authored
Update Dockerfile
1 parent fd421de commit 7057688

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install net-tools
55
WORKDIR /go/src/app
66
COPY . .
77

8+
RUN go-wrapper download
89
RUN go-wrapper install
910

10-
CMD ["go-wrapper", "run"]
11+
CMD ["go-wrapper", "run"]

0 commit comments

Comments
 (0)