Skip to content

Commit

Permalink
Create cache directory for dev server automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
sio committed May 7, 2024
1 parent b08bebe commit b391228
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nbd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ s3: ## Development S3 endpoint. No security!
-v "$$PWD/verity/testdata:/data/testdata:ro" \
-it "quay.io/minio/minio:RELEASE.2022-05-26T05-48-41Z" \
gateway nas /data

run-nbd: cache
cache:
mkdir -p "$@"

0 comments on commit b391228

Please # to comment.