mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-09-18 07:50:37 +02:00
Fix nospa
image
This commit is contained in:
@@ -3,9 +3,9 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
|
||||
WORKDIR /app
|
||||
|
||||
# Copy everything else and build
|
||||
COPY VoidCat .
|
||||
COPY . .
|
||||
RUN rm -rf appsettings.*.json
|
||||
RUN dotnet publish -c Release -o out -p:HostSPA=Flase VoidCat.csproj
|
||||
RUN dotnet publish -c Release -o out -p:HostSPA=Flase VoidCat/VoidCat.csproj
|
||||
|
||||
# Build runtime image
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0
|
||||
|
Reference in New Issue
Block a user