updated Dockerfile
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 29s

This commit is contained in:
Pedan
2025-07-28 20:44:51 +02:00
parent 5f354a4f6e
commit 2407ff8d3f

View File

@@ -2,7 +2,7 @@ FROM golang:1.24-alpine
WORKDIR /app/web
COPY . .
COPY app/web/ .
RUN go mod tidy