changed port to 5000
This commit is contained in:
@@ -29,6 +29,6 @@ RUN dotnet restore
|
||||
# RUN dotnet publish -c Release -o /app/publish
|
||||
|
||||
# Runtime stage: Use the SDK image to run the app
|
||||
ENTRYPOINT ["dotnet", "run", "--no-launch-profile", "--urls", "http://0.0.0.0:8080"]
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["dotnet", "run", "--no-launch-profile", "--urls", "http://0.0.0.0:5000"]
|
||||
EXPOSE 5000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user