Fix Dockerfile

This commit is contained in:
viridian 2024-12-30 22:34:23 +01:00
parent 25ae09025e
commit cfe039aa04

View file

@ -6,6 +6,6 @@ COPY requirements.txt ./
COPY modules/ ./modules
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
COPY main.py ./
CMD [ "python", "./main.py"]