5 lines
83 B
Docker
5 lines
83 B
Docker
FROM openvidu/openvidu-dev-node:10.x
|
|
|
|
COPY run.sh /run.sh
|
|
|
|
ENTRYPOINT [ "/run.sh" ] |