mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-10 01:51:49 -05:00
update docker-compose build, resolves #1377
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
/etc/init.d/ssh start
|
||||
/etc/init.d/postgresql start
|
||||
/etc/init.d/redis-server start
|
||||
nohup mongod &
|
||||
if ! [ -d "/tower_devel/awx/lib/site-packages" ]; then
|
||||
ln -s /tower/awx/lib/site-packages /tower_devel/awx/lib/site-packages
|
||||
fi
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
/etc/init.d/postgresql start
|
||||
/etc/init.d/redis-server start
|
||||
nohup mongod --smallfiles &
|
||||
|
||||
(cd /tower_devel && make server &&
|
||||
/bin/bash)
|
||||
|
||||
Reference in New Issue
Block a user