photoprism/Dockerfile
Michael Mayer b245695eb7 Docker: Upgrade base image and improve prod image #1158 #1432
This commit contains a few improvements discussed in PR #1432
with the primary goal to reduce the Docker image size.
Go has been upgraded from v1.16.4 to v1.16.6 as well.
2021-07-15 16:05:50 +02:00

5 lines
No EOL
124 B
Docker

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