From d1d4c21562a19bd982a3a81aa4dd06a552d6da26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Fabianski?= Date: Tue, 8 Jun 2021 16:11:53 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3fee2e74fe1..dd7f27b22cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ WORKDIR /app # Copy in dependencies for building COPY *.json ./ COPY yarn.lock ./ -COPY config ./config COPY integrations ./integrations/ COPY src ./src/ COPY tests ./tests/