diff --git a/dockerfiles/Dockerfile.b2b b/dockerfiles/Dockerfile.b2b index e1091957..64933a45 100644 --- a/dockerfiles/Dockerfile.b2b +++ b/dockerfiles/Dockerfile.b2b @@ -44,10 +44,8 @@ RUN npm install --omit=dev COPY --from=frontend-builder /app/dist ./dist # Copy the main Python orchestrator script from the project root -COPY b2b_marketing_orchestrator.py . +COPY b2b-marketing-assistant/b2b_marketing_orchestrator.py . COPY market_db_manager.py . -# Copy Gemini API Key file if it exists in root -COPY gemini_api_key.txt . # Expose the port the Node.js server will run on EXPOSE 3002