diff --git a/Dockerfile b/Dockerfile index 3f6ddf284..6cab20554 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,4 @@ FROM photoprism/development:20201204 # Set up project directory WORKDIR "/go/src/github.com/photoprism/photoprism" -COPY . . -VOLUME /go \ No newline at end of file +COPY . . \ No newline at end of file