Fix blank module handling in mbc build and bump alpine base in dockerfile

This commit is contained in:
Tulir Asokan 2019-02-13 19:40:21 +02:00
parent 56a11fdceb
commit c01cf127be
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ FROM node:10 AS frontend-builder
COPY ./maubot/management/frontend /frontend
RUN cd /frontend && yarn --prod && yarn build
FROM alpine:3.8
FROM alpine:3.9
ENV UID=1337 \
GID=1337