Skip to content

Commit

Permalink
Update dependencies. Submit Report Edit deep diff causing error.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Jul 31, 2024
1 parent 3625224 commit cc66d29
Show file tree
Hide file tree
Showing 6 changed files with 459 additions and 450 deletions.
8 changes: 0 additions & 8 deletions app/.s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ fi
cd ..
cd frontend

export NVM_DIR="$HOME/.nvm"
mkdir -p $NVM_DIR
curl -o- https://github.com/nvm-sh/nvm/releases/tag/v0.39.7/install.sh | bash

source $NVM_DIR/nvm.sh
nvm install 12
nvm use 12

npm install
# Run unit tests in build stage with the code below
echo "--> testing and building frontend files"
Expand Down
5 changes: 3 additions & 2 deletions app/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ FROM node:18.12.0-slim
# RUN apt-get -y install git build-essential

RUN apt-get update && apt-get install -y \
python \
python3 \
python3-pip \
make \
g++

WORKDIR /app

COPY package*.json ./

RUN npm install --legacy-peer-deps
RUN npm install --legacy-peer-deps

COPY . /app

Expand Down
Loading

0 comments on commit cc66d29

Please sign in to comment.