Add docker deploy
All checks were successful
build docker image / docker-build (push) Successful in 47s

This commit is contained in:
2024-11-04 19:54:06 +02:00
parent b05b1b9b48
commit daf5f8fb03
3 changed files with 4 additions and 3 deletions

View File

@ -10,8 +10,7 @@ RUN go mod download && go mod verify
COPY . .
# Build
RUN go mod download \
&& make
RUN make
FROM scratch