fix api url
This commit is contained in:
@@ -12,7 +12,7 @@ RUN dotnet publish -c Release -o /app/publish
|
||||
# run
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:10.0
|
||||
WORKDIR /app
|
||||
ENV ASPNETCORE_URLS=http://+:8080
|
||||
ENV ASPNETCORE_URLS=http://+:5000
|
||||
COPY --from=build /app/publish .
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user