Skip to content

Commit 2b54278

Browse files
committed
fix: remove COPY of non-existent pkg/ directory in Dockerfile
1 parent f18365d commit 2b54278

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ WORKDIR /src
1818
COPY go.mod go.sum ./
1919
RUN go mod download
2020

21-
COPY pkg/ ./pkg/
2221
COPY cmd/ ./cmd/
2322
COPY internal/ ./internal/
2423
COPY --from=spa-builder /src/frontend/dist cmd/maintenant/web/dist/

0 commit comments

Comments
 (0)