From 51969141e7bc9954f9cbbacda0631669c00398db Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Wed, 7 Jan 2026 14:49:26 +0100 Subject: [PATCH] Typo in Dockerfile fixed --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7aa87c6..db4c7dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN rm -rvf /app/Dockerfile* \ /app/requirements.txt \ /app/node_modules \ /app/*.json \ - /app/scripts + /app/scripts \ /app/test_*.py && \ python3 /app/manage.py collectstatic --noinput CMD ["gunicorn","--bind","0.0.0.0:8000","--workers","3","VorgabenUI.wsgi:application"]