From 6af82b244aef5ac1b712a4ab7bc719c34dd364ae Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 28 Dec 2023 01:15:36 -0500 Subject: [PATCH] fix: use absolute path --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1430f1f..ddcab1e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,4 +17,4 @@ echo "Publishing to node: $INPUT_NODE" echo "Publishing folder: $INPUT_FOLDER" # Example command (replace with your actual command) -bun ./src/index.ts +bun /app/src/index.ts