This commit is contained in:
@@ -7,6 +7,6 @@ RUN dotnet publish "SchengenVisaApi/SchengenVisaApi.csproj" -c Release -o /app/p
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/publish ./
|
||||
ENV ASPNETCORE_URLS=https://*:5000
|
||||
ENV ASPNETCORE_URLS=http://*:5000
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT ["dotnet", "SchengenVisaApi.dll"]
|
||||
|
||||
Reference in New Issue
Block a user