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
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "5000:5000"
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user