File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,11 +31,10 @@ USER root
3131ADD client.conf /etc/openqa/
3232ADD database.ini /etc/openqa
3333ADD openqa.ini /etc/openqa/
34- ADD rsyncd.conf /etc/
3534
3635# This script starts the necessary services.
3736ADD run_openqa.sh /root/
3837RUN chmod +x /root/run_openqa.sh
3938
40- EXPOSE 80 443 873
39+ EXPOSE 80 443
4140CMD ["/root/run_openqa.sh" ]
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ rm -f /run/dbus/pid
88# run services
99dbus-daemon --system --fork
1010start_daemon -u postgres /usr/share/postgresql/postgresql-script start &
11- start_daemon -u root /usr/sbin/rsyncd --daemon --no-detach &
1211start_daemon -u geekotest /usr/share/openqa/script/openqa-resource-allocator &
1312start_daemon -u geekotest /usr/share/openqa/script/openqa-scheduler &
1413start_daemon -u geekotest /usr/share/openqa/script/openqa-websockets &
You can’t perform that action at this time.
0 commit comments