Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 129b2dc

Browse files
authored
Update Dockerfile
1 parent b41add9 commit 129b2dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ COPY . /topcoder-x-ui
88
WORKDIR /topcoder-x-ui
99

1010
# Install the dependencies from package.json
11+
RUN npm config set unsafe-perm true
12+
RUN git config --global url."https://git@".insteadOf git://
1113
RUN npm install
1214
RUN npm run build
1315
#RUN npm test

0 commit comments

Comments
 (0)