Skip to content

Commit

Permalink
fix(docker): set openvk dir as workdir
Browse files Browse the repository at this point in the history
So that opening a shell with `docker compose exec openvk bash` would lead to openvk dir instead of ~/html which is not used
  • Loading branch information
WerySkok committed Nov 2, 2024
1 parent 341226c commit 99a2e3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install/automated/docker/openvk.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 99a2e3a

Please sign in to comment.