drop package.json, use yarn instad of npm, add build_in_docker.sh

This commit is contained in:
1138-4EB
2018-04-18 17:27:28 +02:00
committed by Henrique Dias
parent 46b5fa013c
commit f91ee24858
5 changed files with 35 additions and 15 deletions

View File

@@ -119,7 +119,7 @@ type FSBuilder func(scope string) FileSystem
func (m *FileBrowser) Setup() error {
// Creates a new File Browser instance with the Users
// map and Assets box.
m.Assets = rice.MustFindBox("./node_modules/filebrowser-frontend/dist")
m.Assets = rice.MustFindBox("./frontend/dist")
m.Cron = cron.New()
// Tries to get the encryption key from the database.