Update Dockerfile

Fix cp error
This commit is contained in:
online-stuff 2018-11-21 19:27:25 -07:00 committed by GitHub
parent 1f37163c8f
commit 6277b96b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ RUN dotnet /bitBetter/bitBetter.dll && \
echo "modified dll" && \
mv /app/Core.dll /app/Core.orig.dll && \
mv /app/modified.dll /app/Core.dll && \
mkdir /jobs && \
cp -f /app/Core.dll /jobs/Core.dll && \
echo "replaced dll" && \
rm -rf /bitBetter && rm -rf /newLicensing.cer && \
echo "cleaned up"
echo "cleaned up"