FROM photoprism/development:20210922 # Copy latest entrypoint script COPY --chown=root:root /docker/development/entrypoint.sh /entrypoint.sh # Set up project directory WORKDIR "/go/src/github.com/photoprism/photoprism" COPY . .