Skip to content

Commit 9406c08

Browse files
include web
1 parent fc93e5c commit 9406c08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM golang:1.21 as build
22

33
WORKDIR /go/src/app
44
COPY . .
5-
65
RUN go mod download
76
WORKDIR /go/src/app/cmd
87
RUN go vet -v
@@ -13,4 +12,6 @@ FROM gcr.io/distroless/static-debian11
1312

1413

1514
COPY --from=build /go/bin/app /
15+
COPY --from=build /go/src/app/web /web
16+
1617
CMD ["/app"]

0 commit comments

Comments
 (0)