From a9e04b48949c728ec5a15ebf7298f0e4ae207c1c Mon Sep 17 00:00:00 2001 From: wodka Date: Wed, 3 Jul 2019 22:13:28 +0200 Subject: [PATCH] add missing bower install --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6806581f..4c957018 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,6 +70,7 @@ ENV RAVEN_DSN= # Add npm package.json COPY ./package.json /opt/tellform/package.json RUN npm install --only=production --quiet +RUN bower install --allow-root RUN grunt build # Run TellForm server