Skip to content

Instantly share code, notes, and snippets.

View szabba's full-sized avatar

Karol Marcjan szabba

  • Zielona Góra, Poland
View GitHub Profile
VERSION 0.6
binary:
FROM golang:1.19.0
WORKDIR /work
COPY go.mod go.sum ./src
RUN (cd ./src && go mod download)
COPY . ./src
COPY . ./original-src