Skip to content
Snippets Groups Projects
Commit d268c507 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Use verdaccio as registry

parent 76abad89
No related branches found
No related tags found
1 merge request!19Development
Pipeline #
......@@ -5,7 +5,7 @@ FROM node:8.10.0 as builder
COPY ./package.json /app/package.json
WORKDIR /app
# Install npm dependencies
RUN npm install
RUN npm install --registry=http://alpha02:4873
# Copy the project
COPY . /app
......
......@@ -87,7 +87,6 @@ export class DatasetDataComponent implements OnInit, OnDestroy {
// Method called when the scrolled down
onScrollDown() {
console.log("scrolled")
// Only call the service if the actual number of data is smaller than the
// total number of data found for this reseach
if (this.data.length < this.researchMaxResult) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment