add static routes including unpoly/ dasyui/ tailwind
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ DB_USER="crow"
|
||||
DB_PASS="4LlKpnQ2RZPzL13BSpkW4k"
|
||||
|
||||
go-run:
|
||||
cd src; DB_USER=$(DB_USER) DB_PASS=$(DB_PASS) DB_NAME=$(DB_NAME) DB_HOST=$(DB_HOST) go run cmd/frontend/*
|
||||
cd src; DB_USER=$(DB_USER) DB_PASS=$(DB_PASS) DB_NAME=$(DB_NAME) DB_HOST=$(DB_HOST) go run cmd/frontend/main.go
|
||||
|
||||
docker-push: docker-build
|
||||
docker push git.kohout-dev.de/crowsnest/crowsnest:latest
|
||||
|
||||
Reference in New Issue
Block a user