Cleanup
This commit is contained in:
parent
5d2d075eef
commit
e543140022
@ -105,7 +105,7 @@ rust-image:
|
|||||||
|
|
||||||
ENTRYPOINT ["/xpin-web"]
|
ENTRYPOINT ["/xpin-web"]
|
||||||
|
|
||||||
SAVE IMAGE gitea.austen-wares.com/xpin/server
|
SAVE IMAGE gitea.austen-wares.com/public/xpin-server
|
||||||
|
|
||||||
all:
|
all:
|
||||||
BUILD +docs
|
BUILD +docs
|
||||||
|
2
justfile
2
justfile
@ -17,8 +17,6 @@ wordlist-build:
|
|||||||
. wordlist/venv/bin/activate && cd wordlist && for i in *.py; do "./${i}"; done
|
. wordlist/venv/bin/activate && cd wordlist && for i in *.py; do "./${i}"; done
|
||||||
|
|
||||||
js-build: wasm-build docs-build
|
js-build: wasm-build docs-build
|
||||||
# mkdir -p ./web-frontend/static/docs/
|
|
||||||
# rsync -ha ./build/docs/ ./web-frontend/static/docs/
|
|
||||||
yarn --cwd ./web-frontend/ build
|
yarn --cwd ./web-frontend/ build
|
||||||
rsync -ha ./web-frontend/build/ ./build/
|
rsync -ha ./web-frontend/build/ ./build/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user