build: 🏗️ copy all files to Docker container
continuous-integration/drone/push Build is passing Details

main
RaviAnand Mohabir 11 months ago
parent a9c4404877
commit f569af5316

@ -9,7 +9,7 @@ RUN go mod download
# Copy the source code. Note the slash at the end, as explained in
# https://docs.docker.com/engine/reference/builder/#copy
COPY *.go ./
COPY . ./
# Build
RUN CGO_ENABLED=0 GOOS=linux go build -o /listy

Loading…
Cancel
Save