Skip to content

Commit

Permalink
fix(migrations): adjust provisioning docker (#1264)
Browse files Browse the repository at this point in the history
Refs: #1262
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Feb 6, 2025
1 parent 05c0f61 commit b787d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile-provisioning-migrations
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publis
ARG TARGETARCH
COPY LICENSE NOTICE.md DEPENDENCIES /
COPY /src/provisioning /src/provisioning
COPY /src/framework/Framework.DBAccess /src/framework/Framework.DBAccess
COPY /src/framework/Framework.ErrorHandling /src/framework/Framework.ErrorHandling
COPY /src/framework/Framework.Seeding /src/framework/Framework.Seeding
COPY /src/framework/Framework.Models /src/framework/Framework.Models
Expand Down

0 comments on commit b787d5f

Please sign in to comment.