mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 20:50:09 +01:00
dockerfile default UID/GUID
This commit is contained in:
parent
14c56a9bfc
commit
17dfeae0da
@ -2,8 +2,8 @@
|
|||||||
FROM ubuntu:jammy-20230522 AS base
|
FROM ubuntu:jammy-20230522 AS base
|
||||||
|
|
||||||
# Build arguments
|
# Build arguments
|
||||||
ARG ARG_UID
|
ARG ARG_UID=1000
|
||||||
ARG ARG_GID
|
ARG ARG_GID=1000
|
||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
|
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
|
||||||
|
Loading…
Reference in New Issue
Block a user