remove Bower support & use NPM

This commit is contained in:
Mathilde Grünig 2023-07-11 10:05:14 +02:00
parent 3d4afedd44
commit b5983b9fe7
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ RUN sed -i "s@installMethod: 'unspecified'@installMethod: 'docker'@" /cryptpad/c
# Install dependencies
RUN npm install --production \
&& npm install -g bower \
&& bower install --allow-root
&& npm run install:components
# Create actual CryptPad image
FROM node:lts-slim