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 3a6cd0d commit dab540a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProjectX.GatewayAPI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +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
RUN ls
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 dab540a

Please sign in to comment.