chore: tweak docker build
continuous-integration/drone/push Build was killed Details

This commit is contained in:
3wc 2023-01-15 18:07:16 -08:00
parent 57f52bbf33
commit 6c93f980dc
1 changed files with 0 additions and 2 deletions

View File

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