FROM tngl/knot:latest # Override entrypoint to bypass s6-overlay (doesn't work on Fly.io) COPY start.sh /start.sh RUN chmod +x /start.sh # Clear the s6-overlay entrypoint and use our script ENTRYPOINT [] CMD ["/start.sh"]