Update build script to reflect new static paths

This commit is contained in:
Kailash Nadh 2020-03-08 16:07:14 +05:30
parent 83d888a30b
commit ad9ee7528d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ VERSION := $(shell git describe)
BUILDSTR := ${VERSION} (${LAST_COMMIT} $(shell date -u +"%Y-%m-%dT%H:%M:%S%z"))
BIN := listmonk
STATIC := config.toml.sample schema.sql queries.sql public email-templates frontend/build:/frontend
STATIC := config.toml.sample schema.sql queries.sql static/public:/public static/email-templates frontend/build:/frontend
# Dependencies.
.PHONY: deps