Skip to content

Commit

Permalink
Move appsettings into ConcernsCaseWork dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Sep 12, 2024
1 parent 15b7262 commit 6285aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN dotnet ef migrations bundle -r linux-x64 --configuration Release -p Concerns
FROM "mcr.microsoft.com/dotnet/aspnet:${ASPNET_IMAGE_TAG}" AS initcontainer
WORKDIR /sql
COPY --from=efbuilder /sql /sql
COPY --from=builder /app/appsettings* /sql/
COPY --from=builder /app/appsettings* /sql/ConcernsCaseWork/
ENTRYPOINT [ "./migratedb" ]

# ==============================================
Expand Down

0 comments on commit 6285aae

Please sign in to comment.