add(infra): docker build

This commit is contained in:
maotovisk 2025-08-08 19:04:07 -03:00
parent 5adada0422
commit 84bd8355d6
10 changed files with 79 additions and 303 deletions

View file

@ -22,3 +22,7 @@ tailwind-watch:
dev:
make tailwind-clean
make -j3 tailwind-watch templ server
# Build production docker image
build:
docker build -f Dockerfile -t maot-shortner:latest .