mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-24 19:52:56 +03:00
Fix tagsinput styles for darkmode
This commit is contained in:
parent
f367cc6a2b
commit
508eb2c280
3 changed files with 13 additions and 1 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
.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 .
|
Loading…
Add table
Add a link
Reference in a new issue