DockerMakefile

feature/docker
Dmitriy Shesterkin 9 years ago
parent 4fb24b7e8a
commit 328c5b068c
  1. 7
      DockerMakefile

@ -1,9 +1,14 @@
.PHONY: build гз start stop migrate loaddata collectstatic .PHONY: all build up run start stop migrate loaddata collectstatic
all: build migrate loaddata
build: build:
docker-compose build docker-compose build
run:
docker-compose up -d
up: up:
docker-compose up -d docker-compose up -d

Loading…
Cancel
Save