ium_434704/Dockerfile
2021-04-10 22:02:24 +02:00

9 lines
122 B
Docker

FROM ubuntu:latest
RUN apt update && apt install -y python3 python3-pip
COPY . .
RUN pip3 install -r requirements.txt