Add instruction for create Dockerfile

This commit is contained in:
Lan Tian
2021-05-21 21:09:50 +08:00
parent f404072ab8
commit bda06ddd5e
2 changed files with 78 additions and 38 deletions

View File

@@ -8,6 +8,10 @@ proxy:
.PHONY: all frontend proxy
all: frontend proxy
dockerfiles:
@$(MAKE) -f Makefile.docker dockerfiles
@sh -c "ls -1 */Dockerfile.*"
install:
install -m 755 frontend/frontend /usr/local/bin/frontend
install -m 755 proxy/proxy /usr/local/bin/proxy