Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bleunguts committed Nov 28, 2023
1 parent 756d469 commit 04cc151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ProjectX.GatewayAPI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release
ARG APP_BUILD=/app/build
WORKDIR /src
RUN ls -al
COPY ["ProjectX.GatewayAPI/ProjectX.GatewayAPI.csproj", "ProjectX.GatewayAPI/"]
COPY ["ProjectX.AnalyticsLibNativeShim/ProjectX.AnalyticsLibNativeShim.csproj", "ProjectX.AnalyticsLibNativeShim/"]
COPY ["ProjectX.AnalyticsLib.Shared/ProjectX.AnalyticsLib.Shared.csproj", "ProjectX.AnalyticsLib.Shared/"]
Expand Down

0 comments on commit 04cc151

Please sign in to comment.