Currently broken start of docker wrapper [CI SKIP]
This commit is contained in:
parent
022f8c4fbe
commit
6f86033cd9
6 changed files with 134 additions and 47 deletions
2
Makefile
2
Makefile
|
|
@ -35,7 +35,7 @@ c:
|
|||
# Run the server in the default 'data' directory
|
||||
.PHONY: run
|
||||
run: vieter
|
||||
API_KEY=test DOWNLOAD_DIR=data/downloads REPO_DIR=data/repo PKG_DIR=data/pkgs LOG_LEVEL=DEBUG ./vieter
|
||||
API_KEY=test DOWNLOAD_DIR=data/downloads REPO_DIR=data/repo PKG_DIR=data/pkgs LOG_LEVEL=DEBUG ./vieter server
|
||||
|
||||
.PHONY: run-prod
|
||||
run-prod: prod
|
||||
|
|
|
|||
Reference in a new issue