From 684f112c852b90a76cb6f8a21d7afd1f0ef42895 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 7 Dec 2021 11:22:30 -0800 Subject: [PATCH] dockerfile hotfix: remove unused 'scripts' directory --- frontend/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index e28a726a..b7ad559a 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -6,7 +6,6 @@ COPY yarn.lock . RUN yarn --frozen-lockfile COPY *.* ./ COPY src ./src/ -COPY scripts ./scripts/ RUN yarn build