🚜 Updates compose

This commit is contained in:
Jeff Triplett 2024-10-24 21:33:21 -05:00
parent fc92b3280f
commit f1db3fafc9
No known key found for this signature in database
3 changed files with 2 additions and 9 deletions

View File

@ -1,7 +0,0 @@
services:
devd:
# platform: linux/amd64
jekyll:
# platform: linux/amd64

View File

@ -13,7 +13,7 @@
bundle exec jekyll build bundle exec jekyll build
@down: @down:
docker-compose down docker compose down
@lint: @lint:
-curlylint _layouts/ -curlylint _layouts/
@ -27,7 +27,7 @@
just up {{ ARGS }} just up {{ ARGS }}
@up *ARGS: @up *ARGS:
docker-compose up {{ ARGS }} docker compose up {{ ARGS }}
@toc: @toc:
bunx doctoc README.md bunx doctoc README.md