mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-23 11:16:59 -04:00
Fix default output directory in dockerfile
This commit is contained in:
parent
a63bf95212
commit
aef8a1f6d2
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ WORKDIR /app
|
|||
COPY --from=build /src/DiscordChatExporter.Cli/bin/Release/netcoreapp2.1/publish ./
|
||||
|
||||
ENTRYPOINT ["dotnet", "DiscordChatExporter.Cli.dll"]
|
||||
CMD ["-o", "out/"]
|
||||
CMD ["-o", "out"]
|
Loading…
Add table
Add a link
Reference in a new issue