1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

Fixes bug when auth and base are enabled. Fixes #1205 (#1206)

This commit is contained in:
Amir Raminfar
2021-05-06 12:01:48 -07:00
committed by GitHub
parent af2ad8447b
commit b25be0bbcd
5 changed files with 26 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: clean
clean:
@rm -rf static
@go clean
@go clean -i
.PHONY: static
static: