File size: 99 Bytes
e3badb6
 
a3cbe7b
e3badb6
 
 
a3cbe7b
e3badb6
 
1
2
3
4
5
6
7
8
9
10
FROM python:3.10-slim

WORKDIR /app

ADD . /app

RUN pip3 install -r requirements.txt

EXPOSE 8501