fix: copy makefile in dockerfile

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-28 07:56:11 +03:00
parent ce78bf803b
commit 094aa2a96d
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -12,6 +12,7 @@ COPY *.sum ./
RUN go mod download RUN go mod download
COPY *.go ./ COPY *.go ./
COPY Makefile ./
COPY lib ./lib COPY lib ./lib
COPY log ./log COPY log ./log
COPY public ./public COPY public ./public