fix: copy all repo files to docker build space

This commit is contained in:
Tom Andrade 2022-05-18 13:41:55 +02:00
parent c8a2190606
commit 1982e6e731
Signed by: wolvie
GPG Key ID: 31AAB07872E82669

View File

@ -2,7 +2,7 @@ FROM golang:1.18 as builder
ENV CGO_ENABLED=0 ENV CGO_ENABLED=0
ADD main.go go.* /go/src/short/ COPY . /go/src/short/
WORKDIR /go/src/short WORKDIR /go/src/short