Skip to content

Commit

Permalink
Mkdir bin before copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonytm committed Feb 17, 2022
1 parent 3997054 commit b4ef081
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 @@ -26,6 +26,7 @@ WORKDIR /src/Dianoga/bin/${BUILD_CONFIGURATION}/${DOTNET_VERSION_ARG}/
RUN dir
WORKDIR /
COPY docker-copy.ps1 .
RUN mkdir ./src/bin
RUN powershell ./docker-copy.ps1 -configuration $env:BUILD_CONFIGURATION -version $env:DOTNET_VERSION_ARG

FROM ${BASE_IMAGE}
Expand Down

0 comments on commit b4ef081

Please sign in to comment.