Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
geovex committed Aug 2, 2023
1 parent 5c98ec3 commit 761d7d8
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
@@ -1,5 +1,6 @@
FROM docker.io/golang:1.20-alpine AS build
WORKDIR /app
ADD . ./
RUN go mod download && go build ./cmd/tgp

FROM docker.io/golang:1.20-alpine AS deploy
Expand Down

0 comments on commit 761d7d8

Please sign in to comment.