elasticsearch-HQ icon indicating copy to clipboard operation
elasticsearch-HQ copied to clipboard

dockerfile not build

Open shakenfr opened this issue 3 years ago • 0 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 ?

shakenfr avatar Jul 09 '20 08:07 shakenfr