Optimize github build workflow

This commit is contained in:
Karmaa
2025-03-16 21:02:21 -05:00
parent 8ae2e86fbc
commit 91eff86814
3 changed files with 56 additions and 38 deletions

View File

@@ -85,5 +85,8 @@ EXPOSE 8080 8081 8082 27017
# Copy and set entrypoint
COPY docker/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
COPY docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
RUN chmod +x /entrypoint.sh && \
mkdir -p /var/log/supervisor && \
chown -R root:root /var/log/supervisor
CMD ["/entrypoint.sh"]