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