From 8f1c4e4c0b617430598d4db7ae6a1acb8e617f91 Mon Sep 17 00:00:00 2001 From: lungsangg Date: Fri, 29 Nov 2024 12:17:37 +0530 Subject: [PATCH] update-08 --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0cb82a170b..d085714d31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,6 @@ RUN python -m pip show Pillow COPY ./node ./node COPY ./static/js ./static/js -# Copy prebuilt Webpack bundles into the Docker image -COPY static/bundles/ /app/static/bundles/ # Copy application source code