Skip to content

Commit

Permalink
fix(docker): Fix missing dependencies in Docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnatamo committed Aug 2, 2024
1 parent a847f81 commit fc6c0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EXPOSE 5000

ARG TARGETARCH

COPY --parents ./src/*.props ./src/**/*.csproj ./
COPY --parents ./src/*.props ./src/*.targets ./src/**/*.csproj ./
RUN dotnet restore src/API/src/Fetcharr.API.csproj -a $TARGETARCH

COPY . .
Expand Down

0 comments on commit fc6c0e5

Please sign in to comment.