added docs mail address
This commit is contained in:
+2
-2
@@ -44,8 +44,8 @@ COPY --from=builder /app/tina ./tina
|
||||
# Initialize a local git repo for IsomorphicBridge
|
||||
# IsomorphicBridge requires a .git directory with at least one commit
|
||||
RUN git init && \
|
||||
git config user.email "cms@linumiq.com" && \
|
||||
git config user.name "TinaCMS" && \
|
||||
git config user.email "docs@linumiq.com" && \
|
||||
git config user.name "TinaDocs" && \
|
||||
git add -A && \
|
||||
git commit -m "Initial content"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user