Update Dockerfile

pull/9/head
hydeonz 2024-09-03 17:21:04 +03:00 committed by GitHub
parent 3ca717df26
commit 63273eb3bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ 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 release/runner-rs monitor/
COPY settings.json .
COPY temp-process services/temp-process/