From cd16f1ddb89c06d41d81a16eab36676271606358 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 9 Apr 2025 23:01:58 +1000 Subject: [PATCH] entrypoint update --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 665864f..6da2adf 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ set -e # Update apk repository and install git -apt update && apt install git -y +apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* PROJECT_DIR="/app/my-medusa-app"