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

Removed pkg import from Dockerfile

parent 778b4a3c
Branches
Tags
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.
Please register or to comment