creds to be taken from volumes
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"__dummy__": null
|
||||
, "ALPACA_SANDBOX": {
|
||||
"api_key": "PKM1ASU8ULKSGO45ZZBV"
|
||||
, "secret_key": "XDBrrkOsxl9rMDs4GAFvG1WYiC3oLba04WbEZjR9"
|
||||
}
|
||||
}
|
||||
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
|
||||
# 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 docker_dev/shared/id_rsa /root/.ssh/id_rsa
|
||||
|
||||
@@ -43,10 +43,6 @@ while getopts ":d:N:" opt; do
|
||||
esac
|
||||
done
|
||||
|
||||
# if [ -z ${Symbols} ] ; then
|
||||
# echo "symbols are not specified"
|
||||
# usage
|
||||
# fi
|
||||
|
||||
mkdir -p ${OutputDir}
|
||||
mkdir -p ${LogDir}
|
||||
|
||||
Reference in New Issue
Block a user