diff --git a/Dockerfile b/Dockerfile index 2ceab8f..06eeaec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,14 +5,8 @@ RUN apk add --update-cache python py-numpy && \ rm -rf /var/cache/apk/* COPY run /opt/websockify/ -COPY LICENSE.txt /opt/websockify/ -COPY README.md /opt/websockify/ COPY websockify/ /opt/websockify/websockify/ -# Copy the demo IRC and Telnet servers into /opt/websockify/web -COPY *.html /opt/websockify/web/ -COPY include/ /opt/websockify/web/include/ - # Expose two volumes to (possibly) host configuration files needed on the # command line, e.g. keys and certificates for WSS access, files served for # --web options, etc.