entrypoint update
This commit is contained in:
parent
6ef0ef3b30
commit
cd16f1ddb8
@ -2,7 +2,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Update apk repository and install git
|
# 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"
|
PROJECT_DIR="/app/my-medusa-app"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user