Skip to content

Commit

Permalink
CATTRAINER-53: upgraded some deps, bootstrap 5, (dart) sass etc are b…
Browse files Browse the repository at this point in the history
…reaking changes so will be done later
  • Loading branch information
tomolopolis committed Nov 19, 2021
1 parent 71819dc commit e8496be
Show file tree
Hide file tree
Showing 3 changed files with 24,999 additions and 13,405 deletions.
6 changes: 3 additions & 3 deletions webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ RUN apt-get -y update && \

# Get node and npm
RUN apt-get install curl && \
curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
apt-get install nodejs && \
npm install -g npm@latest

# Build frontend
WORKDIR /home/frontend
#RUN npm install && npm rebuild node-sass && npm run build
RUN npm install && npm uninstall node-sass && npm install [email protected] && npm run build
RUN npm install && npm rebuild node-sass && npm run build

# Build backend
WORKDIR /home/api
RUN pip install pip --upgrade
Expand Down
Loading

0 comments on commit e8496be

Please sign in to comment.