From 52efd4b56beeec9b66dc144423440cad1606dfcd Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Tue, 11 Jul 2023 10:31:57 +0800 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1792b0..d6261d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG GIT_VDBTO_TOKEN # Get and cache deps WORKDIR /plugeth-statediff/ -COPY go.mod go.sum . +COPY go.mod go.sum ./ RUN if [ -n "$GIT_VDBTO_TOKEN" ]; then git config --global url."https://$GIT_VDBTO_TOKEN:@git.vdb.to/".insteadOf "https://git.vdb.to/"; fi && \ go mod download && \ rm -f ~/.gitconfig