test release cd

This commit is contained in:
2024-03-11 19:48:35 +01:00
parent 26b446ab54
commit 4bc365c4a2
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
FROM golang:1.22-alpine as build
WORKDIR /app
COPY . .
RUN go build -o auth-service