mirror of https://github.com/xwiki-labs/cryptpad
remove Bower support & use NPM
This commit is contained in:
parent
3d4afedd44
commit
b5983b9fe7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue