feat: Remove unnecessary copy and permission commands from Dockerfile

This commit is contained in:
2026-04-27 20:06:57 +02:00
parent 488369add9
commit 7d84999798
-3
View File
@@ -36,9 +36,6 @@ RUN set -eu; \
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN chmod +x /app/provision_instance.sh
EXPOSE 4999
CMD ["gunicorn", "-c", "gunicorn.conf.py", "main:app"]