student-performance / Dockerfile
singhjagpreet's picture
updated logger
40425a0
raw
history blame contribute delete
No virus
92 Bytes
FROM python:3.10
COPY . .
RUN pip install -r requirements.txt
CMD python application.py