Skip to content

Commit

Permalink
Fix entrypoint (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
hundt-corbalt authored Dec 19, 2023
1 parent d1a9035 commit bf8f86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions-runner-terraform/container-definitions.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"mountPoints": [],
"volumesFrom": [],
"entryPoint": [
"../entrypoint.sh"
"./entrypoint.sh"
]
}
]

0 comments on commit bf8f86c

Please sign in to comment.