fix: copy makefile in dockerfile
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
ce78bf803b
commit
094aa2a96d
@ -12,6 +12,7 @@ COPY *.sum ./
|
||||
RUN go mod download
|
||||
|
||||
COPY *.go ./
|
||||
COPY Makefile ./
|
||||
COPY lib ./lib
|
||||
COPY log ./log
|
||||
COPY public ./public
|
||||
|
Loading…
x
Reference in New Issue
Block a user