Skip to content

Commit 29556fb

Browse files
committed
fix docker container
1 parent 6fabdd8 commit 29556fb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/update-vector-map.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
- uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0 # Повна історія для режиму diff
20-
21-
- name: Configure Git safe directory
22-
run: git config --global --add safe.directory /github/workspace
2320

2421
- name: Update Vector Code Map
2522
uses: forproxyband/vector-code-map@main

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM node:18-slim
22

33
RUN apt-get update && apt-get install -y git
4+
RUN git config --global --add safe.directory /github/workspace
45

56
WORKDIR /app
67

0 commit comments

Comments
 (0)