diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2013-12-31 19:27:23 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2013-12-31 19:27:23 +0200 |
| commit | a1a46ac8e2e84ed75b2714daa1cdab21d7c3e500 (patch) | |
| tree | 9a9c352324ad9b161e4eef3c144cb00f9c919c66 | |
| parent | f79feb06b93efa6d6be98e164932ccf04ae63eed (diff) | |
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ FROM ubuntu:quantal MAINTAINER yuvadm "yuv.adm@gmail.com" RUN apt-get update -RUN apt-get -y install supervisor +RUN apt-get -qy install supervisor RUN apt-get clean -ADD . /bin +RUN mkdir -p /var/log/supervisor |
