Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Due to the build error TSER04 error, I added in the dockerfile the in…
Browse files Browse the repository at this point in the history
…stallation of @types/lodash@ts2.3.

This correction enables to have the three containers for sawtooth explorer up and running
  • Loading branch information
opotmans committed Oct 30, 2019
1 parent 5f2afae commit b63208c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added .vs/slnx.sqlite
Binary file not shown.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN \
npm config set https-proxy $https_proxy; \
fi;

RUN npm i -D @types/lodash@ts2.3
RUN npm run build

RUN mv dist ../

0 comments on commit b63208c

Please sign in to comment.