Skip to content

Commit

Permalink
also remove it from the docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Plerx2493 committed Jul 12, 2024
1 parent 9e12630 commit 6b46029
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ModularAssistentForDiscordServer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# BUILD
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build
WORKDIR /Libs
COPY ../Libs ./
WORKDIR /src
COPY ./ModularAssistentForDiscordServer ./
RUN dotnet restore
Expand Down

0 comments on commit 6b46029

Please sign in to comment.