diff --git a/Budet-cho-bot/Dockerfile b/Budet-cho-bot/Dockerfile index e69fc91..2a195c4 100644 --- a/Budet-cho-bot/Dockerfile +++ b/Budet-cho-bot/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app COPY ["/Budet-cho-bot", "Budet-cho-bot"] COPY ["/Config.json", "Config.json"] RUN ls +RUN ls Budet-cho-bot RUN dotnet restore "Budet-cho-bot/Budet-cho-bot.fsproj" RUN dotnet publish "Budet-cho-bot/Budet-cho-bot.fsproj" -c Production -o /app/publish