eienmojiki commited on
Commit
ece7007
·
verified ·
1 Parent(s): 54120fd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -42,6 +42,9 @@ COPY --from=builder /app/enclosed/packages/app-server/dist-node/index.cjs ./inde
42
 
43
  RUN git clone https://kogakisaki:[email protected]/kogakisaki/enclosed-db ./.data
44
 
 
 
 
45
  RUN chown -R 1000 /app/.data
46
  RUN chmod 777 /app/.data
47
 
 
42
 
43
  RUN git clone https://kogakisaki:[email protected]/kogakisaki/enclosed-db ./.data
44
 
45
+ RUN git config --global user.name "kogakisaki" && \
46
+ git config --global user.email "[email protected]"
47
+
48
  RUN chown -R 1000 /app/.data
49
  RUN chmod 777 /app/.data
50