···55555656.PHONY: lint-install
5757lint-install: ## Install golangci-lint
5858- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
5858+ go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
59596060.PHONY: fmt
6161fmt: ## Format code
···67676868.PHONY: docker-build
6969docker-build: ## Build the Docker image
7070- docker build -t vow .
7070+ docker build -t vow:latest -t atcr.io/julien.rbrt.fr/vow:latest .
7171+7272+.PHONY: docker-push
7373+docker-push: ## Push the Docker image to the registry
7474+ docker push atcr.io/julien.rbrt.fr/vow:latest
+2
readme.md
···1212> Experiment with Vow using the following `LFPJ3REG-BFICVMGE` invite code on the test server [vowpds.srv.rbrt.fr](https://vowpds.srv.rbrt.fr).
1313> The PDS accounts are cleared regularly.
14141515+[](https://atcr.io/r/julien.rbrt.fr/vow)
1616+1517### Prerequisites
16181719- Docker and Docker Compose installed