Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
geovex authored Aug 2, 2023
1 parent b0b4520 commit 25b4fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN ls
ADD . ./
RUN ls
RUN go mod download && go build ./...
RUN ls

FROM docker.io/golang:1.20-alpine AS deploy
RUN apk add --no-cache gcompat
Expand Down

0 comments on commit 25b4fbb

Please sign in to comment.