Fix for Dockerfile
This commit is contained in:
parent
82329a6dcb
commit
5d5286abfc
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ COPY . .
|
||||||
RUN dep ensure
|
RUN dep ensure
|
||||||
|
|
||||||
# Install the app
|
# Install the app
|
||||||
RUN go install -v ./...
|
RUN go build cmd/photoprism/photoprism.go
|
||||||
|
|
||||||
# Run the app
|
# Run the app
|
||||||
CMD [ "photoprism start" ]
|
CMD [ "./photoprism start" ]
|
Loading…
Reference in a new issue