ElasticHQ / elasticsearch-HQ

Monitoring and Management Web Application for ElasticSearch instances and clusters.
http://www.elastichq.org
Other
4.96k stars 528 forks source link

dockerfile not build #526

Open shakenfr opened 4 years ago

shakenfr commented 4 years ago

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 ?