Dockerfile changed a bit

pull/9/head
prplV 2024-10-16 09:56:50 +03:00
parent 40b0ba9e6e
commit 8056f594a4
1 changed files with 4 additions and 0 deletions

View File

@ -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" ]