mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-03-17 18:12:21 +01:00
Fix nospa
image
This commit is contained in:
parent
86ce63ee8b
commit
29cd0c20d8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user