Skip to content

Commit

Permalink
fix/recipe: update entrypoint command
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Jul 11, 2024
1 parent c0eec4c commit 89c09b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ stages:
entrypoint:
workdir: /app
exec:
- "/bin/sh"
- "-c"
- "npm run publish"
- npm
- run
- publish
expose:
"6090": ""
modules:
Expand Down

0 comments on commit 89c09b1

Please sign in to comment.