diff options
| -rw-r--r-- | catlfish-dev/Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/catlfish-dev/Dockerfile b/catlfish-dev/Dockerfile index 83464eb..c07fd4e 100644 --- a/catlfish-dev/Dockerfile +++ b/catlfish-dev/Dockerfile @@ -78,8 +78,6 @@ VOLUME /usr/local/etc/catlfish RUN groupadd --gid 147 catlfish RUN useradd --uid 147 --gid 147 catlfish -# Working has to be where catlfish.config is. We want to run in -# /var/run/catlfish and not in /usr/local/etc/catlfish, so symlink. RUN mkdir /var/run/catlfish WORKDIR /var/run/catlfish RUN mkdir erlang_log sasl_log merge_log |
