Fix: Webpack needs to be installed first

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-03-21 22:59:51 +01:00
parent b0a89cd406
commit 1970ee48e2
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -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