c6157d6b51
From today on, we will provide multi-arch images for 64-bit only and build a native 32-bit ARMv7 version based on the stable release.
10 lines
No EOL
293 B
Docker
10 lines
No EOL
293 B
Docker
FROM photoprism/development:20211210
|
|
|
|
# Copy latest entrypoint script
|
|
COPY --chown=root:root /docker/development/entrypoint.sh /entrypoint.sh
|
|
COPY --chown=root:root /docker/scripts/Makefile /root/Makefile
|
|
|
|
# Set up project directory
|
|
WORKDIR "/go/src/github.com/photoprism/photoprism"
|
|
|
|
COPY . . |