|
|
|
@ -34,7 +34,7 @@ COPY --from=build /app/publish .
|
|
|
|
ENV ASPNETCORE_ENVIRONMENT=Production
|
|
|
|
ENV ASPNETCORE_ENVIRONMENT=Production
|
|
|
|
|
|
|
|
|
|
|
|
# Expose the port the application will run on
|
|
|
|
# Expose the port the application will run on
|
|
|
|
EXPOSE 443
|
|
|
|
EXPOSE 80
|
|
|
|
|
|
|
|
|
|
|
|
# Set the entry point for the container
|
|
|
|
# Set the entry point for the container
|
|
|
|
ENTRYPOINT ["dotnet", "Expedience.Api.dll"]
|
|
|
|
ENTRYPOINT ["dotnet", "Expedience.Api.dll"]
|