fix: set git identity for agent commits in container
Made-with: Cursor
This commit is contained in:
@@ -23,6 +23,10 @@ RUN useradd -r -m -s /bin/bash agent && \
|
|||||||
|
|
||||||
USER agent
|
USER agent
|
||||||
|
|
||||||
|
# Git identity for commits made by agents
|
||||||
|
RUN git config --global user.email "agent@vibnai.com" && \
|
||||||
|
git config --global user.name "Vibn Agent Runner"
|
||||||
|
|
||||||
EXPOSE 3333
|
EXPOSE 3333
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|||||||
Reference in New Issue
Block a user