mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
fdb8fdf24a
I will add this to the dockerfile once this release is done.
9 lines
148 B
Bash
Executable File
9 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/etc/init.d/postgresql start
|
|
/etc/init.d/redis-server start
|
|
nohup mongod --smallfiles &
|
|
|
|
(cd /tower_devel && make server &&
|
|
/bin/bash)
|