chore: remove comment

This commit is contained in:
2023-02-08 22:59:30 +01:00
parent 986470784d
commit f5e2710138

View File

@ -9,8 +9,6 @@ COPY . /app
WORKDIR /app
RUN CGO_ENABLED=0 make build
# RUN rm go.sum && go get -v -d -u ./... && \
# make build
FROM scratch