Switch from padwiki to workspaces
This commit is contained in:
parent
97a6aedfa9
commit
336f0de65b
1 changed files with 5 additions and 1 deletions
|
@ -28,7 +28,11 @@ RUN bin/installDeps.sh && rm settings.json \
|
||||||
&& chmod +x /entrypoint.sh \
|
&& chmod +x /entrypoint.sh \
|
||||||
&& sed -i 's/^node/exec\ node/' bin/run.sh \
|
&& sed -i 's/^node/exec\ node/' bin/run.sh \
|
||||||
&& ln -s var/settings.json settings.json \
|
&& ln -s var/settings.json settings.json \
|
||||||
&& npm install ep_author_neat ep_headings2 ep_set_title_on_pad ep_adminpads ep_padwiki ep_comments_page ep_font_color ep_table_of_contents \
|
&& npm install \
|
||||||
|
ep_author_neat ep_headings2 \
|
||||||
|
ep_set_title_on_pad ep_adminpads \
|
||||||
|
ep_workspaces ep_comments_page \
|
||||||
|
ep_font_color ep_table_of_contents \
|
||||||
&& npm audit fix
|
&& npm audit fix
|
||||||
|
|
||||||
# ep_mypads
|
# ep_mypads
|
||||||
|
|
Loading…
Reference in a new issue