Resolve "testing building and linting pipeline for backend"

This commit is contained in:
ekresse
2024-01-11 21:53:24 +00:00
parent 466b2503e4
commit c027c20fd6
5 changed files with 79 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ RUN go mod download
# Copy the source from the current directory to the Working Directory inside the container
COPY *.go ./
COPY .. .
COPY . .
# Build the Go app
RUN CGO_ENABLED=0 GOOS=linux go build -o /htwkalender