Skip to content

Commit 87c20e3

Browse files
committed
update dockerfile and deb package creation script
1 parent 4617bfb commit 87c20e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Deploy/deploy.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@ rm -rf Ubuntu/usr/share/blocksettle/scripts
1919
mkdir -p Ubuntu/usr/share/blocksettle/scripts
2020

2121
cp $binpath/blocksettle Ubuntu/usr/bin/
22-
cp $binpath/blocksettle_signer Ubuntu/usr/bin/
2322
#cp $scriptpath/DealerAutoQuote.qml Ubuntu/usr/share/blocksettle/scripts/
2423
#cp $scriptpath/RFQBot.qml Ubuntu/usr/share/blocksettle/scripts/
2524

2625
dpkg -b Ubuntu bsterminal.deb
2726
echo "deb package generated"
2827

2928
rm -f Ubuntu/usr/bin/blocksettle
30-
rm -f Ubuntu/usr/bin/blocksettle_signer
3129
rm -f Ubuntu/usr/share/blocksettle/scripts/*
3230
rm -f Ubuntu/lib/x86_64-linux-gnu/*

ubuntu.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ RUN cd terminal.release \
3232

3333
RUN ls -la /app/build_terminal/RelWithDebInfo/bin
3434

35+
RUN cd Deploy \
36+
&& ./deploy.sh

0 commit comments

Comments
 (0)