From 04f9a54b10273c7784f30f1f529cf4ac23b5777e Mon Sep 17 00:00:00 2001 From: Mingfun Wong Date: Tue, 7 May 2024 00:36:24 +0900 Subject: [PATCH] update --- Dockerfile | 2 +- start.sh => start-snapshot.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename start.sh => start-snapshot.sh (100%) diff --git a/Dockerfile b/Dockerfile index 3cda557..fa05a2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ ADD start.sh . EXPOSE 8080 -ENTRYPOINT ["bash", "/app/start.sh"] +ENTRYPOINT ["bash", "/app/start-snapshot.sh"] diff --git a/start.sh b/start-snapshot.sh similarity index 100% rename from start.sh rename to start-snapshot.sh