mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Adding docker-compose development workflow
This commit is contained in:
7
Makefile
7
Makefile
@@ -567,9 +567,6 @@ packaging/packer/output-virtualbox-iso/centos-7.ovf:
|
||||
|
||||
virtualbox-centos-7: packaging/packer/output-virtualbox-iso/centos-7.ovf
|
||||
|
||||
docker-dev:
|
||||
docker build --no-cache=true --rm=true -t ansible/tower_devel:latest tools/docker
|
||||
|
||||
# TODO - figure out how to build the front-end and python requirements with
|
||||
# 'build'
|
||||
build:
|
||||
@@ -577,3 +574,7 @@ build:
|
||||
|
||||
install:
|
||||
$(PYTHON) setup.py install $(SETUP_INSTALL_ARGS)
|
||||
|
||||
# Docker Compose Development environment
|
||||
docker-compose:
|
||||
docker-compose -f tools/docker-compose.yml up --no-recreate
|
||||
|
||||
Reference in New Issue
Block a user