Update Dockerfile
Browse files- 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 |
|