Add pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-01-13 15:15:16 +01:00
parent e62e5a878f
commit 708147abc3
5 changed files with 81 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:latest as builder
FROM golang:alpine as builder
WORKDIR /app
COPY go.mod /app/go.mod
COPY go.sum /app/go.sum