Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dbeef87d20 | |||
| cad2327608 | |||
| f3dcfef3e0 | |||
| 8aebd52571 |
@@ -1,6 +1,6 @@
|
|||||||
FROM linuxcontainers/debian-slim:latest
|
FROM linuxcontainers/debian-slim:latest
|
||||||
|
|
||||||
ARG FROM_DIR=docker_dev/market_data/alpaca_hbar
|
ARG FROM_DIR=./docker_dev/market_data/alpaca_hbar
|
||||||
|
|
||||||
# Update the package list and install required packages
|
# Update the package list and install required packages
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
@@ -12,7 +12,8 @@ RUN apt-get update && apt-get install -y \
|
|||||||
curl \
|
curl \
|
||||||
jq
|
jq
|
||||||
|
|
||||||
COPY cvtt-rust/target/release/alpaca_md_hbar_loader /
|
# must be from disted version
|
||||||
|
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
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ RUN apt-get update && apt-get install -y \
|
|||||||
jq
|
jq
|
||||||
|
|
||||||
|
|
||||||
|
# must be from disted version
|
||||||
COPY cvtt-rust/target/release/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.3,testing building docker images
|
0.0.3,alpaca_qat loader from disted version
|
||||||
Reference in New Issue
Block a user