mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-10 20:37:50 +00:00
Document more flags & make http port customizable (#183)
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/183
This commit is contained in:
parent
46316f9e2f
commit
9a3d1c36dc
9 changed files with 97 additions and 77 deletions
3
Justfile
3
Justfile
|
@ -50,3 +50,6 @@ integration:
|
|||
|
||||
integration-run TEST:
|
||||
go test -race -tags 'integration {{TAGS}}' -run "^{{TEST}}$" codeberg.org/codeberg/pages/integration/...
|
||||
|
||||
docker:
|
||||
docker run --rm -it --user $(id -u) -v $(pwd):/work --workdir /work -e HOME=/work codeberg.org/6543/docker-images/golang_just
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue