Loading Dockerfile +1 −5 Original line number Diff line number Diff line Loading @@ -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/ Loading Loading
Dockerfile +1 −5 Original line number Diff line number Diff line Loading @@ -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/ Loading