add execute permissions to docker-entrypoint-beat.sh and docker-entrypoint-migrator.sh

This commit is contained in:
Mrigank Pawagi 2024-06-03 00:15:13 +05:30
parent 81dfc15d1f
commit c6ce0b3941

View File

@ -134,7 +134,7 @@ services:
- dev_env
volumes:
- ./apiserver:/code
command: ./bin/docker-entrypoint-beat.sh
command: chmod +x ./bin/docker-entrypoint-beat.sh && ./bin/docker-entrypoint-beat.sh
env_file:
- ./apiserver/.env
depends_on:
@ -153,7 +153,7 @@ services:
- dev_env
volumes:
- ./apiserver:/code
command: ./bin/docker-entrypoint-migrator.sh --settings=plane.settings.local
command: chmod +x ./bin/docker-entrypoint-migrator.sh && ./bin/docker-entrypoint-migrator.sh --settings=plane.settings.local
env_file:
- ./apiserver/.env
depends_on: