entrypoint

This commit is contained in:
Ryan 2025-04-09 23:00:04 +10:00
parent 8ef5577801
commit 6ef0ef3b30

View File

@ -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"