Skip to content

Commit

Permalink
chore(dockerfile): set env (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuchah authored Aug 26, 2024
1 parent 9ed4212 commit b097289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ FROM base AS final

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

ENV ASPNETCORE_URLS=http://*:80
ENV ASPNETCORE_ENVIRONMENT=Development
CMD ["dotnet", "RelationshipAnalysis.dll"]

0 comments on commit b097289

Please sign in to comment.