docker-coturn/Dockerfile
Jan Christian Grünhage 573050bc4c
All checks were successful
the build was successful
initial implementation
2018-01-08 21:57:47 +01:00

9 lines
113 B
Docker

FROM docker.jcg.re/base-alpine
RUN apk add --no-cache \
coturn \
&& mkdir /data
ADD root /
VOLUME /data