Still not working
Some checks failed
Fibonacci unit tests / Containerize (push) Failing after 10s
Fibonacci unit tests / Run-unit-tests (push) Successful in 16s

This commit is contained in:
2025-08-11 14:59:03 +02:00
parent 2c70f0660e
commit 90bf0bcb73

View File

@@ -4,7 +4,7 @@ FROM golang:1.23-bookworm AS base
WORKDIR /build WORKDIR /build
# Copy control files and pull in dependencies # Copy control files and pull in dependencies
COPY go.mod . COPY code/go.mod .
RUN go mod download RUN go mod download
ENV port=8089 ENV port=8089