Basic Dockerfile
This commit is contained in:
9
Justfile
9
Justfile
@@ -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
|
||||
Reference in New Issue
Block a user