ElasticHQ / elasticsearch-HQ

Monitoring and Management Web Application for ElasticSearch instances and clusters.

Home Page:http://www.elastichq.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dockerfile not build

shakenfr opened this issue · comments

docker build of this dockerfile returns error

Step 6/9 : RUN cp /src/deployment/logging.conf /src/logging.conf && cp /src/deployment/gunicorn.conf /src/gunicorn.conf && cp /src/deployment/supervisord.conf /etc/supervisor/supervisord.conf && cp /src/deployment/gunicorn.conf /etc/supervisor/conf.d/gunicorn.conf
---> Running in bf0491e4ca67
cp: can't stat '/src/deployment/logging.conf': No such file or directory
The command '/bin/sh -c cp /src/deployment/logging.conf /src/logging.conf && cp /src/deployment/gunicorn.conf /src/gunicorn.conf && cp /src/deployment/supervisord.conf /etc/supervisor/supervisord.conf && cp /src/deployment/gunicorn.conf /etc/supervisor/conf.d/gunicorn.conf' returned a non-zero code: 1

any idea ?