Skip to content

Commit

Permalink
include web
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveicedgreentea committed Sep 12, 2023
1 parent fc93e5c commit 9406c08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM golang:1.21 as build

WORKDIR /go/src/app
COPY . .

RUN go mod download
WORKDIR /go/src/app/cmd
RUN go vet -v
Expand All @@ -13,4 +12,6 @@ FROM gcr.io/distroless/static-debian11


COPY --from=build /go/bin/app /
COPY --from=build /go/src/app/web /web

CMD ["/app"]

0 comments on commit 9406c08

Please sign in to comment.