Dockerfile changed a bit
parent
40b0ba9e6e
commit
8056f594a4
|
|
@ -18,4 +18,8 @@ RUN chmod +x services/temp-process/temp-process
|
||||||
RUN chmod +x services/temp-process/run.sh
|
RUN chmod +x services/temp-process/run.sh
|
||||||
RUN chmod +x monitor/runner-rs
|
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" ]
|
ENTRYPOINT [ "/usr/src/kii/monitor/runner-rs" ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue