Skip to content

Commit

Permalink
Add run.sh file for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Sep 5, 2023
1 parent 8eb90d0 commit d952a3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions haos-addon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ RUN \

COPY rootfs /

# Copy data for add-on
COPY run.sh /
RUN chmod a+x /run.sh

CMD [ "/run.sh" ]


# Build arguments
ARG BUILD_ARCH
Expand Down
3 changes: 3 additions & 0 deletions haos-addon/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bashio

echo "Hello world!"

0 comments on commit d952a3e

Please sign in to comment.