mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-29 16:38:35 +00:00
docker makefile rules and updated widget res
This commit is contained in:
parent
e1e1040ca9
commit
5d55971f19
23
Makefile
23
Makefile
@ -1,4 +1,3 @@
|
|||||||
# WIP
|
|
||||||
default: frontend
|
default: frontend
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
@ -34,18 +33,28 @@ clean:
|
|||||||
cargo clean
|
cargo clean
|
||||||
yarn clean
|
yarn clean
|
||||||
|
|
||||||
|
docker-build:
|
||||||
|
docker build -t mcaptcha/mcaptcha:master -t mcaptcha/mcaptcha:latest .
|
||||||
|
docker-publish: docker-build
|
||||||
|
docker push mcaptcha/mcaptcha:master
|
||||||
|
docker push mcaptcha/mcaptcha:latest
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
cargo run --bin tests-migrate
|
cargo run --bin tests-migrate
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo ' run - run developer instance'
|
@echo ' clean - drop builds and environments'
|
||||||
@echo ' test - run unit and integration tests'
|
@echo ' coverage - build test coverage in HTML format'
|
||||||
|
@echo ' dev-env - download dependencies'
|
||||||
|
@echo ' docker-build - build docker image'
|
||||||
|
@echo ' docker-publish - build and publish docker image'
|
||||||
|
@echo ' docs - build documentation'
|
||||||
@echo ' frontend-dev - build static assets in dev mode'
|
@echo ' frontend-dev - build static assets in dev mode'
|
||||||
@echo ' frontend - build static assets in prod mode'
|
@echo ' frontend - build static assets in prod mode'
|
||||||
@echo ' migrate - run database migrations'
|
@echo ' migrate - run database migrations'
|
||||||
@echo ' dev-env - download dependencies'
|
@echo ' run - run developer instance'
|
||||||
@echo ' docs - build documentation'
|
@echo ' test - run unit and integration tests'
|
||||||
@echo ' clean - drop builds and environments'
|
|
||||||
@echo ' coverage - build test coverage in HTML format'
|
|
||||||
@echo ' xml-coverage - build test coverage in XML for upload to codecov'
|
@echo ' xml-coverage - build test coverage in XML for upload to codecov'
|
||||||
@echo ''
|
@echo ''
|
||||||
|
|||||||
BIN
static/widget/858fd6c482cc75111d54.module.wasm
Normal file
BIN
static/widget/858fd6c482cc75111d54.module.wasm
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user