Skip to content

Commit a0d9e03

Browse files
committed
Rearrange COPY in alphabetical order
1 parent 4a1a3b7 commit a0d9e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ RUN --mount=type=cache,target=~/.cache/uv \
6969
# Create the base app with the common python packages
7070
FROM base AS base_app
7171
USER nonroot
72-
COPY --chown=nonroot:nonroot src/migrations ./migrations
72+
COPY --chown=nonroot:nonroot src/common ./common
7373
COPY --chown=nonroot:nonroot src/domains ./domains
7474
COPY --chown=nonroot:nonroot src/gateways ./gateways
75-
COPY --chown=nonroot:nonroot src/common ./common
75+
COPY --chown=nonroot:nonroot src/migrations ./migrations
7676
COPY --chown=nonroot:nonroot src/alembic.ini .
7777

7878
# Copy the http python package and requirements from relevant builder

0 commit comments

Comments
 (0)