@@ -0,0 +1,9 @@
IMAGE_NAME := rexuiz-server
.PHONY: build
build:
docker build -t $(IMAGE_NAME) .
run:
docker compose up
The note is not visible to the blocked user.