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.
1 parent 4a1a3b7 commit a0d9e03Copy full SHA for a0d9e03
Dockerfile
@@ -69,10 +69,10 @@ RUN --mount=type=cache,target=~/.cache/uv \
69
# Create the base app with the common python packages
70
FROM base AS base_app
71
USER nonroot
72
-COPY --chown=nonroot:nonroot src/migrations ./migrations
+COPY --chown=nonroot:nonroot src/common ./common
73
COPY --chown=nonroot:nonroot src/domains ./domains
74
COPY --chown=nonroot:nonroot src/gateways ./gateways
75
-COPY --chown=nonroot:nonroot src/common ./common
+COPY --chown=nonroot:nonroot src/migrations ./migrations
76
COPY --chown=nonroot:nonroot src/alembic.ini .
77
78
# Copy the http python package and requirements from relevant builder
0 commit comments