mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Develop: Honor WORKING_DIR in Dockerfile WORKDIR via compose build arg
This commit is contained in:
parent
9588d93aa4
commit
0544f71c12
5 changed files with 21 additions and 9 deletions
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
# In-container working directory and bind mount target for the repo checkout.
|
||||
# Override when the host clone lives outside the default GOPATH layout; the
|
||||
# value is reused for working_dir, the source bind mount, and every PhotoPrism
|
||||
# path env var so they stay in sync.
|
||||
# value is reused for the Dockerfile WORKDIR (build arg), working_dir, the
|
||||
# source bind mount, and every PhotoPrism path env var so they stay in sync.
|
||||
# WORKING_DIR=/go/src/github.com/photoprism/photoprism
|
||||
|
||||
# Network interfaces to which Traefik and other services bind on the host.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue