17 lines
No EOL
397 B
Makefile
17 lines
No EOL
397 B
Makefile
set dotenv-load := false
|
|
|
|
build:
|
|
docker buildx build --pull --platform linux/amd64 -t "forge.lys.ee/lyssieth/rave:amd64" --load .
|
|
|
|
mount:
|
|
bash ./mount-tool.sh mount
|
|
|
|
unmount:
|
|
bash ./mount-tool.sh unmount
|
|
|
|
run: mount
|
|
RAVE_STORAGE_DIR=/tmp/media-for-rave cargo r
|
|
|
|
refresh:
|
|
sea migrate fresh
|
|
sea generate entity -o ./entities/src --with-serde both --date-time-crate time --lib
|