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:
Alexander Minkin 2024-11-03 00:05:40 +03:00
parent 341226cac5
commit 99a2e3a8e6
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30

View file

@ -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