We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d888a commit ad9ee75Copy full SHA for ad9ee75
Makefile
@@ -4,7 +4,7 @@ VERSION := $(shell git describe)
4
BUILDSTR := ${VERSION} (${LAST_COMMIT} $(shell date -u +"%Y-%m-%dT%H:%M:%S%z"))
5
6
BIN := listmonk
7
-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
8
9
# Dependencies.
10
.PHONY: deps
0 commit comments