changed code structure
This commit is contained in:
9
Makefile
9
Makefile
@@ -6,12 +6,3 @@ build:
|
||||
run:
|
||||
go run main.go
|
||||
|
||||
set_virtualenv:
|
||||
virtualenv p2p-rendering
|
||||
|
||||
install_docker_requirements:
|
||||
source p2p-rendering/bin/activate && pip install -r server/docker/requirements.txt
|
||||
|
||||
|
||||
dockerproc:
|
||||
ADMIN_USER=admin ADMIN_PASSWORD=admin docker-compose -f server/docker/dockprom/docker-compose.yml up -d
|
||||
Reference in New Issue
Block a user