Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 9ebf94f

Browse files
committed
full path on docker
1 parent 5d1fe0c commit 9ebf94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:alpine as build
22
RUN apk --no-cache add ca-certificates make
33
WORKDIR /go/src/app
4-
COPY . .
4+
COPY . /go/src/app
55
RUN make build
66

77
FROM scratch

0 commit comments

Comments
 (0)