Skip to content

Commit d2d1f17

Browse files
authored
Merge pull request #54 from topcoder-platform/read-only-root-file-system-fix
Update Dockerfile
2 parents ce98627 + 20626ac commit d2d1f17

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)