варапр

This commit is contained in:
Professional 2025-03-22 00:45:34 +07:00
parent 7a3e0412e5
commit 0146435d19
2 changed files with 0 additions and 4 deletions

View File

@ -17,8 +17,6 @@ WORKDIR /app
COPY --from=build /app/publish .
# Копируем файл конфигурации в директорию публикации
COPY appsettings.json .
ENTRYPOINT ["dotnet", "ТГ бот.dll"]

View File

@ -8,8 +8,6 @@ services:
- "8081:80"
working_dir: /app
command: ["dotnet", "ТГ бот.dll"]
volumes:
- ./appsettings.json:/app/appsettings.json # Монтируем файл конфигурации в контейнер