mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 02:39:26 +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() {
|
start() {
|
||||||
set_volumes
|
set_volumes
|
||||||
docker run --rm -it $volumes $image scripts/start.py
|
docker run --rm -it $volumes $image /scripts/start.py
|
||||||
}
|
}
|
||||||
|
|
||||||
enter() {
|
enter() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue