From 0c0e788966c180eab01aa7cb5ec4bb11d26d1069 Mon Sep 17 00:00:00 2001 From: ledocool Date: Fri, 28 Jul 2023 20:53:41 +0700 Subject: [PATCH] try build --- Budet-cho-bot/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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