parent
8a8b2cbc4b
commit
d1b53b4a2c
3 changed files with 16 additions and 2 deletions
@ -1,2 +1,5 @@ |
||||
export const PUID = process.env.PUID ?? 'striker-ui-api'; |
||||
export const PGID = process.env.PGID ?? PUID; |
||||
import { resolveGid, resolveUid } from '../shell'; |
||||
|
||||
export const PUID = resolveUid(process.env.PUID ?? 'striker-ui-api'); |
||||
|
||||
export const PGID = resolveGid(process.env.PGID ?? PUID); |
||||
|
Loading…
Reference in new issue