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 committed by veselcraft
parent 4271f59c18
commit d441f928f1
No known key found for this signature in database
GPG key ID: 9CF0B42766CCF7BA

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