wip: generates supervisord config at runtime
This commit is contained in:
@@ -34,7 +34,8 @@ RUN apk add --no-cache \
|
||||
RUN ln -s /usr/bin/php84 /usr/bin/php
|
||||
|
||||
COPY docker/worker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
COPY docker/ app/docker
|
||||
|
||||
# We start supervisord and supervisord starts
|
||||
# respective service in the configuration file.
|
||||
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
||||
ENTRYPOINT ["/app/bin/console", "init:worker"]
|
||||
|
||||
Reference in New Issue
Block a user