add missing bower install

This commit is contained in:
wodka 2019-07-03 22:13:28 +02:00
parent d07063f636
commit a9e04b4894
1 changed files with 1 additions and 0 deletions

View File

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