diff --git a/Dockerfile b/Dockerfile index 7d70267..4a1d74f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ FROM base AS test COPY requirements-dev.txt /app/requirements-dev.txt RUN pip install --no-cache-dir -r /app/requirements-dev.txt COPY tests /app/tests +COPY scripts /app/scripts FROM base AS runtime EXPOSE 8090