mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-01 18:29:12 +00:00
Fixed "launcher start".
This commit is contained in:
parent
c0cf376ba3
commit
10eb0b82dc
1 changed files with 1 additions and 1 deletions
2
launcher
2
launcher
|
@ -56,7 +56,7 @@ bootstrap() {
|
|||
|
||||
start() {
|
||||
set_volumes
|
||||
docker run --rm -it $volumes $image scripts/start.py
|
||||
docker run --rm -it $volumes $image /scripts/start.py
|
||||
}
|
||||
|
||||
enter() {
|
||||
|
|
Loading…
Add table
Reference in a new issue