7 lines
205 B
Makefile
7 lines
205 B
Makefile
set dotenv-load := false
|
|
|
|
build:
|
|
docker buildx build --pull --platform linux/amd64 -t "forge.lys.ee/lyssieth/rave:amd64" --load .
|
|
|
|
run: build
|
|
docker run -it -v ./data:/storage lyssieth/rave:latest
|