mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
5 lines
125 B
Docker
5 lines
125 B
Docker
FROM photoprism/development:20200715
|
|
|
|
# Set up project directory
|
|
WORKDIR "/go/src/github.com/photoprism/photoprism"
|
|
COPY . .
|