dockerfile

This commit is contained in:
Mateusz Gruszczyński
2025-09-26 23:36:44 +02:00
parent 413c80baa2
commit 0d09abc4eb

View File

@@ -14,6 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN mkdir -p /app/instance
EXPOSE 8080
CMD ["python", "run_waitress.py"]