Compare commits
No commits in common. "766097d9f6975d7708bbf52df5cce48411b56ba1" and "a9c9a7779bccead0f9aebefe7c04461019002f9b" have entirely different histories.
766097d9f6
...
a9c9a7779b
@ -1,11 +1,10 @@
|
||||
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
|
||||
WORKDIR /app
|
||||
|
||||
COPY ["/Budet-cho-bot", "Budet-cho-bot"]
|
||||
COPY ["/Config.json", "Config.json"]
|
||||
RUN ls
|
||||
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
|
||||
COPY ./Budet-cho-bot ./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
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:7.0 as final
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user