This commit is contained in:
Christoph Haas 2026-08-22 00:59:44 +02:00
parent a046f3e0da
commit e7bd20eae9

View file

@ -14,7 +14,7 @@ RUN apt-get update && \
ENV GIT_TERMINAL_PROMPT=0
# Copy Go files
COPY go.mod go.sum .
COPY go.mod go.sum ./
COPY main.go .
# Download Go dependencies