|
@@ -14,6 +14,8 @@ COPY package-lock.json /usr/src/app
|
|
|
#RUN npm set progress=false \
|
|
#RUN npm set progress=false \
|
|
|
# && npm config set depth 0 \
|
|
# && npm config set depth 0 \
|
|
|
# && npm i install
|
|
# && npm i install
|
|
|
|
|
+COPY .npmrc .
|
|
|
|
|
+COPY .yarnrc.yml .
|
|
|
RUN npm ci
|
|
RUN npm ci
|
|
|
|
|
|
|
|
# Get all the code needed to run the app
|
|
# Get all the code needed to run the app
|