-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CATTRAINER-53: upgraded some deps, bootstrap 5, (dart) sass etc are b…
…reaking changes so will be done later
- Loading branch information
1 parent
71819dc
commit e8496be
Showing
3 changed files
with
24,999 additions
and
13,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.