1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
7fab914c78 Merge pull request 'try build' (#3) from feature/ci-cd into master
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #3
2023-07-28 13:54:05 +00:00
0c0e788966 try build
Some checks failed
continuous-integration/drone/pr Build is failing
2023-07-28 20:53:41 +07:00

View File

@ -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