Update Dockerfile

This commit is contained in:
2025-05-21 14:55:42 -04:00
parent b45c349b42
commit a731e91f8b

View File

@ -4,6 +4,7 @@ WORKDIR /app
COPY ./ /app
RUN apk add git && \
go get -u . && \
go build -v -o mysubarumq .
FROM alpine:3.21.3