Fix broken make command (#850)

This commit is contained in:
Ben McCann 2021-01-07 09:51:56 -08:00 committed by GitHub
parent 0af3a1e261
commit a747cca962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ acceptance-all: acceptance-start acceptance acceptance-restart acceptance-firefo
test-all: test acceptance-all
fmt: fmt-js fmt-go fmt-imports
upgrade: dep-upgrade-js dep-upgrade
clean-local: clean-local-config clean-local-share clean-local-cache
clean-local: clean-local-config clean-local-cache
clean-install: clean-local dep build-js install-bin install-assets
acceptance-start:
go run cmd/photoprism/photoprism.go --public --database-driver sqlite --database-dsn ./storage/acceptance/index.db --import-path ./storage/acceptance/import --http-port=2343 --config-path ./storage/acceptance/config --originals-path ./storage/acceptance/originals --disable-exiftool --disable-backups start -d