Skip to content

Commit

Permalink
fix: update entrypoint in recipe
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jul 19, 2024
1 parent 8c8c5c7 commit 20aa6ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ stages:
maintainer: Vanilla OS Contributors
entrypoint:
exec:
- ./app/chronos
- /bin/sh
- '-c'
- cd /app && ./chronos
args:
DEBIAN_FRONTEND: noninteractive
runs:
Expand Down

0 comments on commit 20aa6ba

Please sign in to comment.