mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-07 00:46:58 +03:00
5 lines
152 B
Makefile
5 lines
152 B
Makefile
.PHONY: serve build
|
|
serve: build
|
|
docker run --name wgui -v "$(PWD)/db:/app/db" -it --rm -p5000:5000 wgui -disable-login
|
|
build:
|
|
docker build -t wgui .
|