From fff3636492cd976a23b0dad71627daf43496a8c1 Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <manuel.kieweg@h-da.de> Date: Fri, 9 Jul 2021 17:38:08 +0100 Subject: [PATCH] remove forks folder from dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 145864fab..685baba00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,6 @@ FROM installer as builder COPY *.go ./ COPY ./api ./api COPY ./cmd ./cmd -COPY ./forks ./forks COPY ./interfaces ./interfaces COPY ./northbound ./northbound COPY ./nucleus ./nucleus -- GitLab