photoprism/Dockerfile
Michael Mayer 9826e57149 Docker: Refactor images to be more compatible with prod environments #411 #468
You should now be able to provide UMASK, UID and GID as environment variables
when using our production images. Work in progress.
2020-10-04 11:23:01 +02:00

6 lines
125 B
Docker

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