noaa/makefile

11 lines
191 B
Makefile
Raw Normal View History

2024-05-31 17:25:40 +00:00
run: build
2024-05-31 20:30:09 +00:00
docker run --rm -ti --name noaa -e LIGHTNING_CLOUDSPACE_HOST=noaa.clfx.cc -p 9021:9021 -p 4200:4200 noaa
2024-05-31 17:25:40 +00:00
build:
docker build -t noaa .
lint:
isort --profile=black .
black .