Skip to content

Commit

Permalink
docker: Properly case Directory.Build.props
Browse files Browse the repository at this point in the history
This is a follow-up after commit: dd3a21d
  • Loading branch information
kennethmyhra committed Feb 2, 2025
1 parent dd3a21d commit 7ee63e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/linux/Spark.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV ASPNETCORE_URLS=http://+:80

FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim AS build
WORKDIR /src
COPY ["./Directory.build.props", "../Directory.Build.props"]
COPY ["./Directory.Build.props", "../Directory.Build.props"]
COPY ["./src/Spark.Web/Spark.Web.csproj", "Spark.Web/Spark.Web.csproj"]
COPY ["./src/Spark.Engine/Spark.Engine.csproj", "Spark.Engine/Spark.Engine.csproj"]
COPY ["./src/Spark.Mongo/Spark.Mongo.csproj", "Spark.Mongo/Spark.Mongo.csproj"]
Expand Down

0 comments on commit 7ee63e4

Please sign in to comment.