Files
stage-and-suitcase-mih/backend/Dockerfile
yaso-meth 45ef778274 v1 upload
First upload of project files
2024-03-23 11:49:29 +02:00

6 lines
114 B
Docker

FROM python:3.10-slim
WORKDIR /app
COPY ./requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt