Minor fixup.

This commit is contained in:
Werner Beroux 2015-11-03 14:55:03 +01:00
parent 8b7b70ee91
commit 19d7c23dcf
1 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@ MAINTAINER Werner Beroux <werner@beroux.com>
# Install ngrok # Install ngrok
ADD https://dl.ngrok.com/ngrok_2.0.19_linux_amd64.zip /ngrok.zip ADD https://dl.ngrok.com/ngrok_2.0.19_linux_amd64.zip /ngrok.zip
RUN unzip -o ngrok.zip -d /bin && \ RUN unzip -o ngrok.zip -d /bin && \
false || rm -f ngrok.zip rm -f ngrok.zip
# Add config script # Add config script
ADD ngrok.yml /home/ngrok/.ngrok2/ COPY ngrok.yml /home/ngrok/.ngrok2/
ADD entrypoint.sh / COPY entrypoint.sh /
# Create non-root user # Create non-root user
RUN echo 'ngrok:x:6737:6737:Ngrok user:/home/ngrok:/bin/false' >> /etc/passwd RUN echo 'ngrok:x:6737:6737:Ngrok user:/home/ngrok:/bin/false' >> /etc/passwd