From 33b01277028974bca34616241aa305802a78a2e9 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Wed, 20 Jan 2016 21:16:08 -0700 Subject: [PATCH] Use /usr/local/bin for custom executables --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a125d8..46d9888 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,8 @@ RUN mkdir -pv /opt/mumble /etc/mumble COPY files/config.ini /etc/mumble/config.ini # Copy SuperUser password update script -COPY files/supw /bin/supw -RUN chmod +x /bin/supw +COPY files/supw /usr/local/bin/supw +RUN chmod +x /usr/local/bin/supw # Set the bzip archive URL ENV BZIP_URL https://github.com/mumble-voip/mumble/releases/download/${MUMBLE_VERSION}/murmur-static_x86-${MUMBLE_VERSION}.tar.bz2