1
0

Compare commits

..

No commits in common. "7fab914c78549be02bded0f5ddac79154e180587" and "766097d9f6975d7708bbf52df5cce48411b56ba1" have entirely different histories.

View File

@ -4,7 +4,6 @@ WORKDIR /app
COPY ["/Budet-cho-bot", "Budet-cho-bot"] COPY ["/Budet-cho-bot", "Budet-cho-bot"]
COPY ["/Config.json", "Config.json"] COPY ["/Config.json", "Config.json"]
RUN ls RUN ls
RUN ls Budet-cho-bot
RUN dotnet restore "Budet-cho-bot/Budet-cho-bot.fsproj" 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 RUN dotnet publish "Budet-cho-bot/Budet-cho-bot.fsproj" -c Production -o /app/publish