Skip to content

Commit

Permalink
chore(dockerfile): copy migration.dll (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuchah authored Aug 26, 2024
1 parent c8bcdef commit 9ed4212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ RUN dotnet publish RelationshipAnalysis.sln -c Release -o publish
FROM base AS final

COPY --from=build /app/publish .
COPY --from=build /app/build/RelationAnalysis.Migrations.dll ./RelationAnalysis.Migrations.dll

CMD ["dotnet", "RelationshipAnalysis.dll"]

0 comments on commit 9ed4212

Please sign in to comment.