Skip to content

Commit

Permalink
Update Dockerfile to modify migration path
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-dgopa authored Aug 16, 2023
1 parent 6ff87c5 commit ee63e48
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 @@ -10,6 +10,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:7.0-alpine AS final
EXPOSE 80
WORKDIR /app
COPY --from=build /app_output .
COPY src/Altinn.Auth.AuditLog/Migration ./Migration
COPY src/Altinn.Auth.AuditLog/Migration ./Altinn.Auth.AuditLog/Migration

ENTRYPOINT ["dotnet", "Altinn.Auth.AuditLog.dll"]

0 comments on commit ee63e48

Please sign in to comment.