Update development Dockerfile

This commit is contained in:
Michael Mayer 2020-12-04 11:44:15 +01:00
parent b77994654f
commit 1a31e52eaa

View file

@ -2,5 +2,4 @@ FROM photoprism/development:20201204
# Set up project directory
WORKDIR "/go/src/github.com/photoprism/photoprism"
COPY . .
VOLUME /go
COPY . .