mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Some launch changes and configuration changes to the Dockerfile
This commit is contained in:
7
tools/docker/start_development.sh
Normal file
7
tools/docker/start_development.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
/etc/init.d/postgresql start
|
||||
/etc/init.d/redis-server start
|
||||
nohup mongod &
|
||||
|
||||
/bin/bash
|
||||
Reference in New Issue
Block a user