Skip to content

Commit

Permalink
change port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Dec 6, 2024
1 parent f636007 commit 1299a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN dotnet publish Apps.csproj -c release -o /app --no-restore
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime
LABEL service="servicestack-apps"
WORKDIR /app
ENV ASPNETCORE_URLS=http://+:8080
COPY --from=build /app ./
ENTRYPOINT ["dotnet", "Apps.dll"]
2 changes: 1 addition & 1 deletion config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ proxy:
ssl: true
host: apps.servicestack.net
# Proxy connects to your container on port 80 by default.
# app_port: 3000
app_port: 8080
healthcheck:
interval: 3
path: /metadata
Expand Down

0 comments on commit 1299a42

Please sign in to comment.