Basic Dockerfile

This commit is contained in:
2025-07-06 15:58:54 -04:00
parent 6fb38d36f3
commit 44057c8c92
5 changed files with 67 additions and 2 deletions

View File

@@ -5,6 +5,11 @@ fmt:
format:
bunx --bun @biomejs/biome format --write *.ts plugins/
lint:
bunx --bun @biomejs/biome lint --fix *.ts plugins/
bunx --bun @biomejs/biome lint --fix *.ts plugins/
docker-build:
docker build --pull -t blitzcrank:latest-dev .
docker-run:
docker run --env-file .env blitzcrank:latest-dev