From 7843997fae9e26a2e39e5fb64efb7e032304474c Mon Sep 17 00:00:00 2001 From: Mostafa Ahangarha Date: Thu, 5 Oct 2023 23:03:18 +0330 Subject: [PATCH] Remove copying client directory --- .controlplane/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.controlplane/Dockerfile b/.controlplane/Dockerfile index 93b9981..0c61ea4 100644 --- a/.controlplane/Dockerfile +++ b/.controlplane/Dockerfile @@ -24,7 +24,6 @@ RUN yarn install COPY Gemfile* config.ru Rakefile babel.config.js postcss.config.js ./ COPY app ./app COPY bin ./bin -COPY client ./client COPY config ./config COPY db ./db COPY lib ./lib