Skip to content

Commit

Permalink
some changes (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyaghini authored Sep 9, 2024
1 parent 8d8e779 commit f767e02
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 @@ -14,7 +14,7 @@ RUN dotnet ef migrations bundle --project AnalysisData/AnalysisData/AnalysisData

FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime

COPY --from=build /app/out /app/migrateout ./
COPY --from=build /app/out /app/migrateout /app/AnalysisData/AnalysisData/Assets/email-template.html ./

ENV ASPNETCORE_ENVIRONMENT=Development
ENV ASPNETCORE_URLS=http://*:80
Expand Down

0 comments on commit f767e02

Please sign in to comment.