Commit 4c70b974 authored by Roman Desyatskii's avatar Roman Desyatskii

Added Dockerfile

parent e195f7ae
FROM python:3.11-slim-buster
WORKDIR /app
COPY requirements.txt /app/
RUN pip3 install --upgrade pip && pip3 install -r requirements.txt
COPY . .
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment