From 1fc7bcac62a1edb4e4cf88917ca057c68edc463c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20D=C3=BCren?= Date: Fri, 14 Mar 2025 21:31:41 +0100 Subject: [PATCH] Finalize Dockerfile --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e0eb8b..98e289a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,11 +13,7 @@ RUN mkdir -p /app/code /app/data/config WORKDIR /app/code # Clone the ente repository during build (not from local source) -RUN git clone --depth=1 https://github.com/ente-io/ente.git . && \ - # Check the actual directory structure - ls -la && \ - # Find the server directory - find . -name "package.json" | grep server +RUN git clone --depth=1 https://github.com/ente-io/ente.git . # Copy configuration and startup scripts ADD start.sh /app/pkg/