fix confusion with dist/bin
This commit is contained in:
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
jq
|
jq
|
||||||
|
|
||||||
# must be from disted version
|
# must be from disted version
|
||||||
COPY cvtt-rust/dist/bin/alpaca_md_hbar_loader /
|
COPY cvtt-rust/bin/alpaca_md_hbar_loader /
|
||||||
|
|
||||||
# COPY ${FROM_DIR}/.creds /.creds
|
# COPY ${FROM_DIR}/.creds /.creds
|
||||||
COPY ${FROM_DIR}/alpaca_hbar.sh /alpaca_hbar.sh
|
COPY ${FROM_DIR}/alpaca_hbar.sh /alpaca_hbar.sh
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
|
|
||||||
# must be from disted version
|
# must be from disted version
|
||||||
COPY cvtt-rust/dist/bin/alpaca_md_qat_loader /
|
COPY cvtt-rust/bin/alpaca_md_qat_loader /
|
||||||
|
|
||||||
# COPY ${FROM_DIR}/.creds /.creds
|
# COPY ${FROM_DIR}/.creds /.creds
|
||||||
COPY ${FROM_DIR}/alpaca_qat.sh /alpaca_qat.sh
|
COPY ${FROM_DIR}/alpaca_qat.sh /alpaca_qat.sh
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
0.1.2,removed dependency on known_hosts file
|
0.1.3,cvtt-rust fix confusion with bin dir
|
||||||
Reference in New Issue
Block a user