mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 03:06:53 -04:00
Update docker image references
This commit is contained in:
parent
edd51e0838
commit
a8e7c85b99
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Build
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:3.1 AS build
|
||||
WORKDIR /src
|
||||
|
||||
COPY favicon.ico ./
|
||||
|
@ -10,7 +10,7 @@ COPY DiscordChatExporter.Cli DiscordChatExporter.Cli
|
|||
RUN dotnet publish DiscordChatExporter.Cli -o DiscordChatExporter.Cli/publish -c Release
|
||||
|
||||
# Run
|
||||
FROM mcr.microsoft.com/dotnet/core/runtime:3.1 AS run
|
||||
FROM mcr.microsoft.com/dotnet/runtime:3.1 AS run
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=build /src/DiscordChatExporter.Cli/publish ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue