diff --git a/Dockerfile b/Dockerfile index 1b0fda01..45d5eaca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN set -xe \ && useradd _gunicorn --no-create-home --user-group USER _gunicorn -ADD static /app/static +ADD crc/static /app/static WORKDIR /app CMD ["gunicorn3", \