Skip to content

Commit ebf3fc9

Browse files
committed
Copy in serial board thingy
1 parent 2fc8922 commit ebf3fc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ RUN cd /actions-runner && \
2727
chown -R nonroot:nonroot /actions-runner
2828

2929
RUN pip install PyYAML
30-
COPY register_runner.py /actions-runner
31-
RUN chmod +x /actions-runner/register_runner.py
30+
COPY board_serial register_runner.py /actions-runner/
31+
RUN chmod +x /actions-runner/register_runner.py /actions-runner/board_serial && \
32+
chown nonroot:nonroot /actions-runner/register_runner.py /actions-runner/board_serial
3233

3334
ENV PATH="/actions-runner:${PATH}"
3435

0 commit comments

Comments
 (0)