mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
add zipcall
This commit is contained in:
15
zipcall/Dockerfile
Normal file
15
zipcall/Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM node:13-alpine
|
||||
|
||||
MAINTAINER Newnius <newnius.cn@gmail.com>
|
||||
|
||||
RUN apk --no-cache add git
|
||||
|
||||
RUN git clone https://github.com/ianramzy/decentralized-video-chat.git /zipcall
|
||||
|
||||
RUN cd /zipcall && npm install
|
||||
|
||||
ADD bootstrap.sh /etc/bootstrap.sh
|
||||
|
||||
WORKDIR /zipcall
|
||||
|
||||
CMD ["/etc/bootstrap.sh"]
|
||||
Reference in New Issue
Block a user