Skip to content

Commit

Permalink
Merge pull request #532 from julianpoy/ngx-ui-scroll
Browse files Browse the repository at this point in the history
Replace ngx-virtual-scroll with ngx-ui-scroll
  • Loading branch information
julianpoy authored Aug 16, 2020
2 parents 8aaf156 + 123ac78 commit 263a6d7
Show file tree
Hide file tree
Showing 16 changed files with 28,178 additions and 269 deletions.
2 changes: 0 additions & 2 deletions Backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
node_modules

src/config/firebase-credentials.json

package-lock.json
2 changes: 2 additions & 0 deletions Backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ RUN apk add --no-cache \
rm -rf mdbtools-0.7.1

COPY Backend/package.json ./Backend/package.json
COPY Backend/package-lock.json ./Backend/package-lock.json
COPY SharedUtils/package.json ./SharedUtils/package.json
COPY SharedUtils/package-lock.json ./SharedUtils/package-lock.json

RUN cd Backend && npm install
RUN cd SharedUtils && npm install
Expand Down
Loading

0 comments on commit 263a6d7

Please sign in to comment.