No Description
FROM python:3.11-slim # Install dependencies RUN pip install --no-cache-dir websockets ocpp # Set working directory WORKDIR /app # Copy application code (done by volume in docker-compose)ma