add(infra): docker build
This commit is contained in:
parent
5adada0422
commit
84bd8355d6
10 changed files with 79 additions and 303 deletions
4
Makefile
4
Makefile
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue