Skip to content

Commit

Permalink
Docker fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
danilbrenner committed Jan 25, 2025
1 parent ba15b44 commit 8e450c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /app

# Copy the project files and restore dependencies
COPY src/Bw.VaultDigest.Application/ ./src/Bw.VaultDigest.Application/
COPY src/Bw.VaultDigest.Bot/ ./src/Bw.VaultDigest.Bot/
COPY src/Bw.VaultDigest.Common/ ./src/Bw.VaultDigest.Common/
COPY src/Bw.VaultDigest.Telemetry/ ./src/Bw.VaultDigest.Telemetry
COPY src/Bw.VaultDigest.Data/ ./src/Bw.VaultDigest.Data/
COPY src/Bw.VaultDigest.Infrastructure/ ./src/Bw.VaultDigest.Infrastructure/
COPY src/Bw.VaultDigest.Model/ ./src/Bw.VaultDigest.Model/
COPY src/Bw.VaultDigest.Data/ ./src/Bw.VaultDigest.Data/
COPY src/Bw.VaultDigest.Bot/ ./src/Bw.VaultDigest.Bot/
COPY src/Bw.VaultDigest.Telemetry/ ./src/Bw.VaultDigest.Telemetry

RUN dotnet restore src/Bw.VaultDigest.Bot/Bw.VaultDigest.Bot.csproj

Expand Down

0 comments on commit 8e450c6

Please sign in to comment.