fix: install extensions as project deps
This commit is contained in:
parent
3aa7fd1bcf
commit
7d8c313f60
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ RUN bin/installDeps.sh && rm settings.json \
|
|||
&& chmod +x /entrypoint.sh \
|
||||
&& sed -i 's/^node/exec\ node/' bin/run.sh \
|
||||
&& ln -s var/settings.json settings.json \
|
||||
&& npm install \
|
||||
&& cd src \
|
||||
&& npm install -D \
|
||||
ep_author_neat ep_headings2 \
|
||||
ep_set_title_on_pad ep_adminpads \
|
||||
ep_workspaces ep_comments_page \
|
||||
|
|
Loading…
Reference in a new issue