photoprism/Dockerfile
Michael Mayer 1f69530310 Don't build in Dockerfile #58
Caching of dependencies is not possible otherwise
2018-11-09 12:46:56 +01:00

5 lines
No EOL
124 B
Docker

FROM photoprism/development:20181109
# Set up project directory
WORKDIR "/go/src/github.com/photoprism/photoprism"
COPY . .