chmod +x entrypoint.sh

This commit is contained in:
minhng92 2025-04-18 22:24:57 +07:00
parent f911fdb8bd
commit 0cce8a0f36
2 changed files with 2 additions and 0 deletions

0
entrypoint.sh Normal file → Executable file
View File

2
run.sh
View File

@ -43,6 +43,8 @@ fi
find $DESTINATION -type f -exec chmod 644 {} \;
find $DESTINATION -type d -exec chmod 755 {} \;
chmod +x $DESTINATION/entrypoint.sh
# Run Odoo
docker-compose -f $DESTINATION/docker-compose.yml up -d