Remove snort/api
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
EXPOSE 8080
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
||||
WORKDIR /src
|
||||
COPY ["NostrStreamer/NostrStreamer.csproj", "NostrStreamer/"]
|
||||
RUN dotnet restore "NostrStreamer/NostrStreamer.csproj"
|
||||
|
Reference in New Issue
Block a user