Renamed tg bot container to telegrambot, moved prompt file to bot subproject
This commit is contained in:
@@ -5,6 +5,7 @@ EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C9A5F05-7CED-450F-9757-C641D75F8787}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
compose.yaml = compose.yaml
|
||||
prompt\nemesis.txt = prompt\nemesis.txt
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
|
||||
@@ -21,4 +21,10 @@
|
||||
<PackageReference Include="Telegram.Bot" Version="22.2.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="prompt\nemesis.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
nemesisBot:
|
||||
image: telegrambot
|
||||
container_name: nemesisBot
|
||||
container_name: telegrambot
|
||||
build:
|
||||
context: .
|
||||
dockerfile: TelegramBot/Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user