From dd45f987297cda09c1d0a6db2d6b59dd79127dd4 Mon Sep 17 00:00:00 2001 From: paspo Date: Wed, 11 Jun 2025 22:26:54 +0200 Subject: [PATCH] layout reorg --- Dockerfile | 2 +- entrypoint.sh => rootfs/entrypoint.sh | 0 start.sh => rootfs/start.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename entrypoint.sh => rootfs/entrypoint.sh (100%) rename start.sh => rootfs/start.sh (100%) diff --git a/Dockerfile b/Dockerfile index 2e573f6..d8212be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,6 @@ ENV \ NEXTCLOUD_SILENT= \ NEXTCLOUD_SLEEP=30 -COPY entrypoint.sh start.sh / +COPY rootfs / ENTRYPOINT ["/bin/bash", "/entrypoint.sh"] diff --git a/entrypoint.sh b/rootfs/entrypoint.sh similarity index 100% rename from entrypoint.sh rename to rootfs/entrypoint.sh diff --git a/start.sh b/rootfs/start.sh similarity index 100% rename from start.sh rename to rootfs/start.sh