11
0

Bump Go modules
All checks were successful
gitea-kspace/goredirect/pipeline/head This commit looks good
continuous-integration/drone Build is passing

This commit is contained in:
2022-02-09 06:38:54 +02:00
parent ed1744bb13
commit c5261bfcd5
3 changed files with 364 additions and 78 deletions

View File

@@ -1,7 +1,7 @@
FROM golang:1.16-alpine
RUN apk add libcap git
WORKDIR $GOPATH/src/git.k-space.ee/k-space/goredirect
COPY go.mod go.sum .
COPY go.mod go.sum ./
RUN go mod download
COPY main.go .
RUN go build -o goredirect main.go