mirror of
https://github.com/openvk/openvk
synced 2024-11-15 03:31:18 +03:00
fix(docker): set openvk dir as workdir
So that opening a shell with `docker compose exec openvk bash` would lead to openvk dir instead of ~/html which is not used
This commit is contained in:
parent
4271f59c18
commit
d441f928f1
1 changed files with 3 additions and 1 deletions
|
@ -58,3 +58,5 @@ VOLUME [ "/opt/chandler/extensions/available/openvk/tmp/api-storage/photos" ]
|
||||||
VOLUME [ "/opt/chandler/extensions/available/openvk/tmp/api-storage/videos" ]
|
VOLUME [ "/opt/chandler/extensions/available/openvk/tmp/api-storage/videos" ]
|
||||||
|
|
||||||
USER www-data
|
USER www-data
|
||||||
|
|
||||||
|
WORKDIR /opt/chandler/extensions/available/openvk
|
||||||
|
|
Loading…
Reference in a new issue