fix
This commit is contained in:
parent
8beacf9917
commit
863f09d0b9
@ -1,7 +1,7 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
WORKDIR /
|
||||
COPY docker_dev/relative_liquidity/requirements.txt /
|
||||
COPY docker_dev/market_data/relative_liquidity/requirements.txt /requirements.txt
|
||||
RUN pip install --upgrade pip --root-user-action=ignore
|
||||
RUN pip install -r /requirements.txt --root-user-action=ignore
|
||||
|
||||
@ -19,15 +19,3 @@ CMD [ \
|
||||
"--db_file=/app/data/rel_liquidity.db", \
|
||||
"--log_file=/logs/%T.REL_LIQUIDITY_SVC.log" \
|
||||
]
|
||||
|
||||
|
||||
# Cmd="docker run"
|
||||
# Cmd="${Cmd} -d"
|
||||
# Cmd="${Cmd} --rm"
|
||||
# Cmd="${Cmd} --pull=always"
|
||||
# Cmd="${Cmd} --name=relative_liquidity_svc"
|
||||
# Cmd="${Cmd} -p 5678:5678"
|
||||
# Cmd="${Cmd} -v /home/cvtt/prod/data:/app/data"
|
||||
# Cmd="${Cmd} -v /home/cvtt/prod/logs:/logs"
|
||||
# Cmd="${Cmd} cloud21.cvtt.vpn:5500/relative_liquidity:latest"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user