Linting and update compose image version

This commit is contained in:
Bruno Bernardino 2025-12-03 14:56:40 +00:00
parent e44a7a61e6
commit 87d6904261
No known key found for this signature in database
GPG key ID: D1B0A69ADD114ECE
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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';