Update 'Dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-19 16:49:04 +02:00
parent 92219921a8
commit f949b2103e

View File

@ -4,6 +4,6 @@ FROM python:latest
RUN apt-get update && apt-get install -y
COPY . .
RUN pip install --no-cache-dir -r ./requirements.txt