Skip to content

Commit

Permalink
Docker: copy the Directory.Build.props for better build cache layering
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Feb 5, 2024
1 parent afce227 commit c440d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \

WORKDIR /app

COPY ./Directory.Build.props ./
COPY ./Emulsion/Emulsion.fsproj ./Emulsion/
COPY ./Emulsion.ContentProxy/Emulsion.ContentProxy.fsproj ./Emulsion.ContentProxy/
COPY ./Emulsion.Database/Emulsion.Database.fsproj ./Emulsion.Database/
Expand Down

0 comments on commit c440d0f

Please sign in to comment.