Use arguments JSON notation for CMD and ENTRYPOINT arguments DOK-DL3025
Bug risk
Major
4 months ago3 years old
Use arguments JSON notation for CMD and ENTRYPOINT arguments
30EXPOSE 8091
31
32#CMD pyresttest
33CMD cd $SMOKETEST && \34   ./smoketest.sh /reference/blurtd /tested/blurtd /ref_blockchain /tested_blockchain $STOP_REPLAY_AT_BLOCK $JOBS $COPY_CONFIG 2>&1 | tee log.txt || \
35   find ./ -type f -path */logs/* -not -name logs | cpio -pd /logs_dir && \
36   cp log.txt /logs_dir && \