diff --git a/Dockerfile b/Dockerfile index e19509d..c10709e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ WORKDIR /usr/src/app/rgb COPY . . RUN go mod tidy RUN CGO_ENABLED=1 go build --ldflags '-linkmode external -extldflags=-static' -#RUN go build . RUN mkdir -p /usr/src/app/work/ RUN cp /usr/src/app/rgb/rgb /usr/src/app/work/rgb