underscore/Dockerfile
Ruidy bbb199ce62
clean_builds (#14)
Co-authored-by: Ruidy <rnemausat@newstore.com>
2022-03-18 18:16:38 +01:00

11 lines
133 B
Docker

FROM golang:1.18beta1-alpine
ENV CGO_ENABLED 0
RUN apk update --no-cache
WORKDIR /lib
COPY go.* ./
RUN go mod download
COPY . ./