underscore/Dockerfile
Ruidy fb517f3b04
last function (#17)
* last function

* fix CI

Co-authored-by: Ruidy <rnemausat@newstore.com>
2022-03-21 18:04:30 +01:00

14 lines
145 B
Docker

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