Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 20626ac

Browse files
authoredMay 29, 2023
Update Dockerfile
1 parent c64d53b commit 20626ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ RUN apt-get update && wget -qO- https://deb.nodesource.com/setup_8.x | bash - &&
99
WORKDIR /opt/app
1010
COPY . .
1111

12+
RUN npm config set unsafe-perm true
13+
RUN git config --global url."https://git@".insteadOf git://
1214
RUN npm install
1315
#RUN npm install dotenv --save
1416
ENTRYPOINT ["npm","run"]

0 commit comments

Comments
 (0)
Please sign in to comment.