We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5c800 commit 6ce275fCopy full SHA for 6ce275f
backend/Dockerfile
@@ -9,6 +9,7 @@ COPY ./backend/ ./
9
RUN CGO_ENABLED=0 GOOS=linux GOFLAGS=-mod=readonly go build -trimpath -o backend ./cmd/main.go
10
11
FROM ghcr.io/unlockedlabs/golang-jasper:1.25-3.6.2
12
+WORKDIR /
13
14
COPY --from=builder /app/backend /backend
15
COPY --from=builder /app/src/templates /templates
0 commit comments