From f0cc2d04713bbbfbf6aad5dd8c420cd2dc534407 Mon Sep 17 00:00:00 2001 From: Manish Gupta Date: Thu, 23 May 2024 11:40:33 +0530 Subject: [PATCH] fix: supervisor file name changed --- aio/Dockerfile.base | 1 - aio/{supervisord.base => supervisor.base} | 0 aio/{supervisord.conf => supervisor.conf} | 0 3 files changed, 1 deletion(-) rename aio/{supervisord.base => supervisor.base} (100%) rename aio/{supervisord.conf => supervisor.conf} (100%) diff --git a/aio/Dockerfile.base b/aio/Dockerfile.base index 5a664bb8042..3e5f44571f8 100644 --- a/aio/Dockerfile.base +++ b/aio/Dockerfile.base @@ -39,7 +39,6 @@ RUN mkdir -p /data/postgres /data/redis /data/minio && \ chown -R redis:redis /data/redis && \ chown -R root:root /data/minio - COPY ./supervisor.base /code/supervisor.conf # Expose the necessary ports diff --git a/aio/supervisord.base b/aio/supervisor.base similarity index 100% rename from aio/supervisord.base rename to aio/supervisor.base diff --git a/aio/supervisord.conf b/aio/supervisor.conf similarity index 100% rename from aio/supervisord.conf rename to aio/supervisor.conf