mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
add execute permissions to docker-entrypoint-beat.sh and docker-entrypoint-migrator.sh
This commit is contained in:
parent
81dfc15d1f
commit
c6ce0b3941
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user