Skip to content

Commit

Permalink
corrected the path
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmn committed Sep 14, 2024
1 parent 1c9d10a commit c23b78e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
RUN dotnet nuget add source https://pkgs.dev.azure.com/tgbots/Telegram.Bot/_packaging/release/nuget/v3/index.json -n Telegram.Bot

# Copy the .csproj file and restore any dependencies from both default and custom sources
COPY Ollabotica.csproj ./
COPY Ollabotica/Ollabotica.csproj ./
RUN dotnet restore

# Copy the rest of the application source code
Expand Down
1 change: 1 addition & 0 deletions Ollabotica.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FADB57B4-A00C-470A-B6E8-0941DC342383}"
ProjectSection(SolutionItems) = preProject
.github\workflows\docker-build.yaml = .github\workflows\docker-build.yaml
Dockerfile = Dockerfile
readme.md = readme.md
EndProjectSection
EndProject
Expand Down

0 comments on commit c23b78e

Please sign in to comment.