Commit: Dockerfile.

This commit is contained in:
clive
2024-11-10 13:36:01 +11:00
parent c8e3aef45f
commit f2239b5737

View File

@@ -4,8 +4,8 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER app USER app
WORKDIR /app WORKDIR /app
EXPOSE 8080 EXPOSE 80
EXPOSE 8081 EXPOSE 443
# This stage is used to build the service project # This stage is used to build the service project