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/