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 .
|
|
|
|
|
|
2023-10-10 19:06:32 +00:00
|
|
|
mount:
|
2023-10-10 19:31:44 +00:00
|
|
|
bash ./mount-tool.sh mount
|
|
|
|
|
|
|
|
|
|
unmount:
|
|
|
|
|
bash ./mount-tool.sh unmount
|
2023-10-10 19:06:32 +00:00
|
|
|
|
|
|
|
|
run: mount
|
|
|
|
|
RAVE_STORAGE_DIR=/tmp/media-for-rave cargo r
|
|
|
|
|
|
2023-10-10 19:26:42 +00:00
|
|
|
refresh:
|
2023-10-10 19:06:32 +00:00
|
|
|
sea migrate fresh
|
|
|
|
|
sea generate entity -o ./entities/src --with-serde both --date-time-crate time --lib
|