photoprism/Dockerfile
Michael Mayer 77ddcecf29 Dockerfiles: Upgrade Ubuntu base image & Go version
Reduces the number of layers by combining commands and env variables.
2021-05-15 14:05:52 +02:00

5 lines
124 B
Docker

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