diff --git a/Dockerfile b/Dockerfile index ca5edfc..5882e02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,8 @@ RUN chmod +x services/temp-process/temp-process RUN chmod +x services/temp-process/run.sh RUN chmod +x monitor/runner-rs +# some troubles with execution this row-cmd +# ?: cannot get while initializing container +RUN export ENODE_CID=$(cat /proc/self/mountinfo | grep "/docker/containers/" | head -1 | awk -F '/' "{print \$6}") + ENTRYPOINT [ "/usr/src/kii/monitor/runner-rs" ]