Fix blank module handling in mbc build and bump alpine base in dockerfile
This commit is contained in:
parent
56a11fdceb
commit
c01cf127be
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue