mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-19 19:29:02 +02:00
webrtc-sfu: alpine for reduced image size
This commit is contained in:
parent
bc60c8f579
commit
580c04c88e
@ -1,4 +1,6 @@
|
||||
FROM node:12
|
||||
FROM node:12-alpine
|
||||
|
||||
RUN apk update && apk add git
|
||||
|
||||
ADD . app
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user