mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
Fix Docker build with new D.NET
This commit is contained in:
parent
1c184825e3
commit
750aa61d62
2 changed files with 2 additions and 3 deletions
|
|
@ -2,9 +2,8 @@ FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine AS build
|
|||
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN dotnet publish -c Release -o out
|
||||
RUN dotnet publish -c Release -o out -f netcoreapp3.1
|
||||
|
||||
# TODO: is using aspnet correct here? Required for API but might break Bot
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine
|
||||
WORKDIR /app
|
||||
RUN dotnet tool install --global dotnet-trace && dotnet tool install --global dotnet-dump && dotnet tool install --global dotnet-counters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue