Skip to content
Snippets Groups Projects
Commit 959eff29 authored by thijsheijden's avatar thijsheijden
Browse files

Removed pkg import from Dockerfile

parent 778b4a3c
No related branches found
No related tags found
1 merge request!7Merge develop into main
......@@ -18,7 +18,6 @@ COPY go.mod ./
COPY go.sum ./
COPY cmd/ ./cmd/
COPY internal/ ./internal/
COPY pkg/ ./pkg/
# Gather dependencies
RUN --mount=type=ssh go mod download
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment