fix data seeding node installs

This commit is contained in:
Blair Vanderlugt 2021-08-31 11:43:01 -07:00
parent eb5e612105
commit c21c1eb2ef
3 changed files with 2209 additions and 13 deletions

View File

@ -2,7 +2,7 @@
.cache
.dot
**/doc
**/node_modules
node_modules/
**/venv
**/.venv

View File

@ -9,7 +9,9 @@ COPY package.json \
package-lock.json \
.
RUN --mount=type=cache,mode=0755,target=/root/node_modules npm install
RUN npm ci --production
#RUN --mount=type=cache,mode=0755,target=/root/node_modules npm install
COPY requirements.txt .

File diff suppressed because it is too large Load Diff