From b5e786e09855a99e8bd8b5ad019a415da4dedad6 Mon Sep 17 00:00:00 2001 From: PCoder Date: Wed, 22 May 2024 21:55:41 +0530 Subject: [PATCH] Copy built static files to app --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 122ffe8..661cd05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,6 +80,7 @@ RUN cp -rf node_modules/@bower_components/* /app/publichealth/static/libs RUN ls -al /app/ +RUN cp -r /build/static /app/static ### runtime image