Skip to content

Commit

Permalink
Fix static assets path in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero committed May 22, 2019
1 parent d31305a commit 4ffdb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -22,7 +22,7 @@ install-assets:
mkdir -p /srv/photoprism/photos
mkdir -p /srv/photoprism/cache
mkdir -p /srv/photoprism/server/database
cp -r assets/server/public assets/server/templates /srv/photoprism/server
cp -r assets/server/static assets/server/templates /srv/photoprism/server
cp -r assets/tensorflow /srv/photoprism
find /srv/photoprism -name '.*' -type f -delete
install-config:
Expand Down

0 comments on commit 4ffdb00

Please sign in to comment.