diff --git a/entrypoint.sh b/entrypoint.sh index e184d75..665864f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ set -e # Update apk repository and install git -apk update && apk add --no-cache git +apt update && apt install git -y PROJECT_DIR="/app/my-medusa-app"