aibot / Makefile
thebendu's picture
Working docker setup
2dc92ec
raw
history blame contribute delete
98 Bytes
default: build
build:
docker compose build --no-cache
deploy-local:
docker compose up --build