Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Remove erroneous subdirectory in copy
Browse files Browse the repository at this point in the history
Signed-off-by: Gerard Braad <me@gbraad.nl>
  • Loading branch information
gbraad committed Feb 20, 2021
1 parent ebc8217 commit baab4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ containerized:
rm -rf bin/ obj/
${CONTAINER_RUNTIME} build -t dotnet-build -f images/Dockerfile.fedora .
${CONTAINER_RUNTIME} run --name runingenie-build dotnet-build sh -c "dotnet restore && dotnet publish -c Release -r win-x64"
${CONTAINER_RUNTIME} cp runingenie-build:/app/bin ./bin
${CONTAINER_RUNTIME} cp runingenie-build:/app/bin .
${CONTAINER_RUNTIME} rm runingenie-build
#${CONTAINER_RUNTIME} rmi dotnet-build # this forces a rebuild of the toolchain each time

0 comments on commit baab4a0

Please sign in to comment.