fix the scripts path in cic-eth
This commit is contained in:
parent
fe017d2b0f
commit
6ddeacf036
@ -36,12 +36,12 @@ COPY crypto_dev_signer_config/ /usr/local/etc/crypto-dev-signer/
|
|||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
|
|
||||||
# --- RUNTIME ---
|
# --- RUNTIME ---
|
||||||
FROM python:3.8.6-slim-buster as runtime
|
FROM python:3.8.6-slim-buster as prod
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt install -y gnupg libpq-dev procps
|
apt install -y gnupg libpq-dev procps
|
||||||
|
|
||||||
WORKDIR /usr/src/cic-eth
|
WORKDIR /root
|
||||||
|
|
||||||
COPY --from=dev /usr/local/bin/ /usr/local/bin/
|
COPY --from=dev /usr/local/bin/ /usr/local/bin/
|
||||||
COPY --from=dev /usr/local/lib/python3.8/site-packages/ \
|
COPY --from=dev /usr/local/lib/python3.8/site-packages/ \
|
||||||
@ -56,6 +56,7 @@ RUN chmod 755 *.sh
|
|||||||
COPY config/ /usr/local/etc/cic-eth/
|
COPY config/ /usr/local/etc/cic-eth/
|
||||||
COPY cic_eth/db/migrations/ /usr/local/share/cic-eth/alembic/
|
COPY cic_eth/db/migrations/ /usr/local/share/cic-eth/alembic/
|
||||||
COPY crypto_dev_signer_config/ /usr/local/etc/crypto-dev-signer/
|
COPY crypto_dev_signer_config/ /usr/local/etc/crypto-dev-signer/
|
||||||
|
COPY scripts/ .
|
||||||
|
|
||||||
# TODO this kind of code sharing across projects should be discouraged...can we make util a library?
|
# TODO this kind of code sharing across projects should be discouraged...can we make util a library?
|
||||||
#COPY util/liveness/health.sh /usr/local/bin/health.sh
|
#COPY util/liveness/health.sh /usr/local/bin/health.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user