progress
This commit is contained in:
parent
f3dcfef3e0
commit
b843ac61f2
@ -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,9 @@ RUN apt-get update && apt-get install -y \
|
|||||||
curl \
|
curl \
|
||||||
jq
|
jq
|
||||||
|
|
||||||
COPY cvtt-rust/target/release/alpaca_md_hbar_loader /
|
# 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
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
0.0.1.1,testing building docker images
|
0.0.2,alpaca_hbar loader from disted version
|
||||||
Loading…
x
Reference in New Issue
Block a user