mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-05 18:32:27 +00:00
dockerfile default UID/GUID
This commit is contained in:
parent
14c56a9bfc
commit
17dfeae0da
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
FROM ubuntu:jammy-20230522 AS base
|
||||
|
||||
# Build arguments
|
||||
ARG ARG_UID
|
||||
ARG ARG_GID
|
||||
ARG ARG_UID=1000
|
||||
ARG ARG_GID=1000
|
||||
|
||||
# Install system dependencies
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue