Files
e2b-dev--e2b/packages/cli/tests/commands/template/fixtures/start-cmd/e2b.Dockerfile
T
2026-07-13 12:47:58 +08:00

6 lines
143 B
Docker

FROM python:3.11
WORKDIR /app
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
ENV PYTHONUNBUFFERED=1
CMD ["python", "app.py"]