diff --git a/docker-compose.yml b/docker-compose.yml index 40df03f..e0dd98c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: website: - image: ghcr.io/bewcloud/bewcloud:v3.0.0 + image: ghcr.io/bewcloud/bewcloud:v3.0.1 restart: always ports: - 127.0.0.1:8000:8000 diff --git a/lib/config.ts b/lib/config.ts index e4d18cb..b843111 100644 --- a/lib/config.ts +++ b/lib/config.ts @@ -1,4 +1,4 @@ -import { join, isAbsolute } from '@std/path'; +import { isAbsolute, join } from '@std/path'; import { UserModel } from './models/user.ts'; import { Config, OptionalApp } from './types.ts';