We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
backend/.Dockerfile
/tests
1 parent 0f6907f commit 67568dcCopy full SHA for 67568dc
backend/Dockerfile
@@ -34,6 +34,7 @@ COPY ./scripts /app/scripts
34
COPY ./pyproject.toml ./uv.lock ./alembic.ini /app/
35
36
COPY ./app /app/app
37
+COPY ./tests /app/tests
38
39
# Sync the project
40
# Ref: https://docs.astral.sh/uv/guides/integration/docker/#intermediate-layers
0 commit comments