rave/Justfile

14 lines
343 B
Makefile
Raw Normal View History

2023-10-08 17:33:30 +00:00
set dotenv-load := false
build:
docker buildx build --pull --platform linux/amd64 -t "forge.lys.ee/lyssieth/rave:amd64" --load .
mount:
bash ./mount.sh
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