mirror of
https://github.com/langgenius/dify.git
synced 2026-03-21 14:28:26 +08:00
bump weave version and regenerate lock
This commit is contained in:
@ -72,6 +72,8 @@ RUN \
|
||||
&& apt-get autoremove -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN npm install -g npm@latest
|
||||
|
||||
RUN groupadd -r -g ${dify_uid} dify && \
|
||||
useradd -r -u ${dify_uid} -g ${dify_uid} -s /bin/bash dify && \
|
||||
chown -R dify:dify /app
|
||||
|
||||
Reference in New Issue
Block a user