Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
yiqing.xu committed Jan 16, 2024
1 parent 6228e84 commit a43e782
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ echo "container stopped and removed"

unzip build.zip
rm -rf build.zip
mv target/libdecrypter.so src/main/resources/
mv target/libencryptor.so src/main/resources/
rm -rf target
mv -f target/libdecrypter.so src/main/resources/
mv -f target/libencryptor.so src/main/resources/
rm -rf target
Binary file modified src/main/resources/libdecrypter.so
Binary file not shown.
Binary file modified src/main/resources/libencryptor.so
Binary file not shown.

0 comments on commit a43e782

Please sign in to comment.