b245695eb7
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.
5 lines
No EOL
124 B
Docker
5 lines
No EOL
124 B
Docker
FROM photoprism/development:20210715
|
|
|
|
# Set up project directory
|
|
WORKDIR "/go/src/github.com/photoprism/photoprism"
|
|
COPY . . |