FROM docker.io/leafmoes/ddg-chat:latest RUN sed -i "/const withAuth = (request) => {/a\ const thePath = new URL(request.url).pathname; if (thePath === '/') return;" api/index.js