Update Dockerfile
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user