Refactor: Move server implementation to SimpleIdp.Server subfolder
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ WORKDIR /src
|
||||
COPY . .
|
||||
|
||||
# Restore & publish (self-contained trimming can be added later if desired)
|
||||
RUN dotnet restore SimpleIdp.csproj
|
||||
RUN dotnet publish SimpleIdp.csproj -c $BUILD_CONFIGURATION -o /app/publish --no-restore
|
||||
RUN dotnet restore SimpleIdp.Server/SimpleIdp.csproj
|
||||
RUN dotnet publish SimpleIdp.Server/SimpleIdp.csproj -c $BUILD_CONFIGURATION -o /app/publish --no-restore
|
||||
|
||||
# =========================
|
||||
# Runtime stage
|
||||
|
||||
Reference in New Issue
Block a user