mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
🚜 Updates compose
This commit is contained in:
parent
fc92b3280f
commit
f1db3fafc9
|
@ -1,7 +0,0 @@
|
||||||
services:
|
|
||||||
|
|
||||||
devd:
|
|
||||||
# platform: linux/amd64
|
|
||||||
|
|
||||||
jekyll:
|
|
||||||
# platform: linux/amd64
|
|
4
justfile
4
justfile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user