Skip to content

Commit

Permalink
are you there?
Browse files Browse the repository at this point in the history
  • Loading branch information
Plerx2493 committed Feb 2, 2024
1 parent f53823e commit bbb4184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModularAssistentForDiscordServer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BUILD
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build
WORKDIR /src
COPY ./ModularAssistentForDiscordServer ./
COPY ../ModularAssistentForDiscordServer ./
RUN dotnet restore
RUN dotnet publish -c Release -o out

Expand Down

0 comments on commit bbb4184

Please sign in to comment.