feat: restart docker container
This commit is contained in:
parent
8148e242dc
commit
abb957c573
10 changed files with 115 additions and 61 deletions
|
|
@ -39,6 +39,10 @@ export async function loader() {
|
|||
throw new Error('The API_KEY environment variable is required')
|
||||
}
|
||||
|
||||
if (!process.env.HEADSCALE_CONTAINER) {
|
||||
throw new Error('The HEADSCALE_CONTAINER environment variable is required')
|
||||
}
|
||||
|
||||
// eslint-disable-next-line unicorn/no-null
|
||||
return null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue