Removed /jobs commands, not needed anymore.

This commit is contained in:
online-stuff 2018-11-30 14:39:08 -07:00 committed by GitHub
parent b87c8c5e84
commit 9f1422ac68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ 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"