Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Jun 21, 2024
1 parent c66f587 commit bc6207f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build
WORKDIR /src
COPY *.sln .
COPY DiscordBot/*.csproj ./DiscordBot/
COPY MigrationHelper/*.csproj ./MigrationHelper/
RUN dotnet restore

COPY . .
Expand Down

0 comments on commit bc6207f

Please sign in to comment.