Skip to content

Commit

Permalink
Supervisord should daemonize on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Aug 10, 2023
1 parent e9a2eef commit b670a5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ ENV LANG=C.UTF-8
VOLUME /var/lib/mysql

VOLUME /opt/agnostic
ENTRYPOINT ["/usr/bin/supervisord"]
ENTRYPOINT ["/usr/bin/supervisord", "-n"]
4 changes: 0 additions & 4 deletions tests/docker/supervisor.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[supervisord]

nodaemon=true

[program:mysql]

user=mysql
Expand Down

0 comments on commit b670a5e

Please sign in to comment.