diff --git a/Dockerfile b/Dockerfile index 035c7fbf2..b73c4dc98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,7 +88,7 @@ COPY . . RUN dep ensure # Install the app -RUN go install -v ./... +RUN go build cmd/photoprism/photoprism.go # Run the app -CMD [ "photoprism start" ] \ No newline at end of file +CMD [ "./photoprism start" ] \ No newline at end of file