From 823d545719e23e3f2c80660fe297ccd59f8f1067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 24 Aug 2022 16:17:49 +0200 Subject: [PATCH] move files --- sample/Containerfile => Containerfile | 0 sample/entrypoint.sh => entrypoint.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename sample/Containerfile => Containerfile (100%) rename sample/entrypoint.sh => entrypoint.sh (100%) diff --git a/sample/Containerfile b/Containerfile similarity index 100% rename from sample/Containerfile rename to Containerfile diff --git a/sample/entrypoint.sh b/entrypoint.sh similarity index 100% rename from sample/entrypoint.sh rename to entrypoint.sh