mirror of
https://github.com/luzifer-docker/codimd.git
synced 2024-11-09 14:49:59 +00:00
Fix: Webpack needs to be installed first
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b0a89cd406
commit
1970ee48e2
1 changed files with 1 additions and 1 deletions
|
@ -53,8 +53,8 @@ RUN set -ex \
|
|||
WORKDIR /hackmd
|
||||
|
||||
RUN set -ex \
|
||||
&& npm install \
|
||||
&& npm install webpack \
|
||||
&& npm install \
|
||||
&& npm run build
|
||||
|
||||
ADD run.sh /usr/local/bin/run.sh
|
||||
|
|
Loading…
Reference in a new issue