diff --git a/docker/Dockerfile b/docker/Dockerfile index 4e89672..78f9f11 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -18,6 +18,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY services/ /app/services/ COPY tests/ /app/tests/ +COPY conftest.py /app/conftest.py RUN useradd -m -u 1000 stonks && \ chown -R stonks:stonks /app