Sin descripción

Dockerfile 193B

12345678910
  1. FROM python:3.11-slim
  2. # Install dependencies
  3. RUN pip install --no-cache-dir websockets ocpp
  4. # Set working directory
  5. WORKDIR /app
  6. # Copy application code (done by volume in docker-compose)ma