|
@ -6,7 +6,7 @@ EXPOSE 8080 |
|
|
RUN npm config set registry=http://10.8.30.22:7000 |
|
|
RUN npm config set registry=http://10.8.30.22:7000 |
|
|
RUN npm cache clean -f |
|
|
RUN npm cache clean -f |
|
|
#RUN npm install -g node-gyp |
|
|
#RUN npm install -g node-gyp |
|
|
#RUN rm -rf package-lock.json |
|
|
RUN rm -rf package-lock.json |
|
|
RUN npm install --registry http://10.8.30.22:7000 |
|
|
RUN npm install --registry http://10.8.30.22:7000 |
|
|
RUN npm run build |
|
|
RUN npm run build |
|
|
RUN rm -rf client/src |
|
|
RUN rm -rf client/src |
|
|