First docker build

This commit is contained in:
DominicJamesWhite
2025-04-09 14:23:05 +02:00
parent bc36926535
commit c692b676f6
4 changed files with 23 additions and 5 deletions

View File

@@ -40,6 +40,8 @@ COPY --from=builder /app/public ./public
COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static
COPY --from=builder /app/.next/server ./.next/server
COPY --from=builder /app/bin /app/bin
RUN chmod +x /app/bin/*
RUN mkdir -p /app/app/mcp && chmod 777 /app/app/mcp
COPY --from=builder /app/app/mcp/mcp_config.default.json /app/app/mcp/mcp_config.json