chore: remove comment

This commit is contained in:
decentral1se 2023-02-08 22:59:30 +01:00
parent 986470784d
commit f5e2710138
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 0 additions and 2 deletions

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