added files for dummy ci
parent
492459b468
commit
31bc8f1618
|
|
@ -0,0 +1,20 @@
|
|||
FROM ubuntu
|
||||
|
||||
RUN mkdir -p /usr/src/kii/
|
||||
|
||||
WORKDIR /usr/src/kii/
|
||||
|
||||
RUN mkdir monitor/
|
||||
RUN mkdir -p services/temp-process/
|
||||
RUN touch services/temp-process/dep.txt
|
||||
RUN touch services/temp-process/run.sh
|
||||
RUN echo "./services/temp-process/temp-process" >> services/temp-process/run.sh
|
||||
|
||||
COPY runner-rs monitor/
|
||||
COPY settings.json .
|
||||
COPY temp-process services/temp-process/
|
||||
|
||||
RUN chmod +x services/temp-process/temp-process
|
||||
RUN chmod +x monitor/runner-rs
|
||||
|
||||
ENTRYPOINT [ "/usr/src/kii/monitor/runner-rs" ]
|
||||
Binary file not shown.
Loading…
Reference in New Issue