From 8bc30c995d8fdc794cdef2e0c6d280d267527d4f Mon Sep 17 00:00:00 2001 From: Atif Ather <40694397+atifather@users.noreply.github.com> Date: Thu, 14 Dec 2023 03:17:57 +0500 Subject: [PATCH] Update Dockerfile Signed-off-by: Atif Ather <40694397+atifather@users.noreply.github.com> --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7c4eb93..52f4d4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y make # Change to the ./web directory and build the frontend WORKDIR /app/web +RUN ls RUN make build-web # Stage 3: Create the final image