Fix path to entrypoint.sh.
This commit is contained in:
parent
89d61e8793
commit
2c2bbef9d0
1 changed files with 3 additions and 3 deletions
6
.github/actions/zephyr-west/Dockerfile
vendored
6
.github/actions/zephyr-west/Dockerfile
vendored
|
@ -54,7 +54,7 @@ RUN wget -q https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/master/s
|
|||
ENV ZEPHYR_TOOLCHAIN_VARIANT=zephyr
|
||||
ENV ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-${ZSDK_VERSION}
|
||||
|
||||
COPY ./entrypoint.sh ./
|
||||
RUN chmod +x ./entrypoint.sh
|
||||
COPY ./entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
Loading…
Reference in a new issue