shiveshnavin commited on
Commit
736fda1
·
1 Parent(s): 4ae085c
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -3,8 +3,7 @@ FROM timbru31/node-alpine-git:latest
3
  WORKDIR /app
4
  COPY . .
5
 
6
- # RUN cd /app && git submodule init
7
- # RUN cd /app && git submodule update
8
  RUN cd common-utils && npm install
9
  RUN npm install
10
  CMD ["echo","Starting App..."]
 
3
  WORKDIR /app
4
  COPY . .
5
 
6
+ RUN chmod -R 777 /app
 
7
  RUN cd common-utils && npm install
8
  RUN npm install
9
  CMD ["echo","Starting App..."]