Moved to Angular v20 and Tailwind v4 plus all related dependencies
Renamed Docker directory. Also serving static files from FastAPI.
This commit is contained in:
1
Makefile
1
Makefile
@ -3,5 +3,6 @@ build-production: ## Build the production docker image.
|
||||
@docker buildx build \
|
||||
--platform linux/amd64,linux/arm64/v8 \
|
||||
--tag registry.tanshu.com/brewman:latest \
|
||||
$(if $(TAG),--tag registry.tanshu.com/brewman:$(TAG)) \
|
||||
--push \
|
||||
git@git.tanshu.com:tanshu/brewman.git
|
||||
|
||||
Reference in New Issue
Block a user