mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +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
341226cac5
commit
99a2e3a8e6
1 changed files with 3 additions and 1 deletions
|
@ -57,4 +57,6 @@ VOLUME [ "/opt/chandler/extensions/available/openvk/tmp/api-storage/audios" ]
|
|||
VOLUME [ "/opt/chandler/extensions/available/openvk/tmp/api-storage/photos" ]
|
||||
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