mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
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
|
||||
|
||||
# Install the app
|
||||
RUN go install -v ./...
|
||||
RUN go build cmd/photoprism/photoprism.go
|
||||
|
||||
# Run the app
|
||||
CMD [ "photoprism start" ]
|
||||
CMD [ "./photoprism start" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue