Skip to content

Commit

Permalink
ci(dockerfile): Fixed entrypoint.sh is not executable issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xiahualiu committed Apr 21, 2024
1 parent 636ff35 commit 8a3572f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,7 @@ ENV IDF_PYTHON_CHECK_CONSTRAINTS=no
ENV IDF_CCACHE_ENABLE=1

COPY entrypoint.sh /opt/esp/entrypoint.sh
RUN chmod u+x /opt/esp/entrypoint.sh

ENTRYPOINT [ "/opt/esp/entrypoint.sh" ]
CMD [ "/bin/bash" ]

0 comments on commit 8a3572f

Please sign in to comment.