Open shakenfr opened 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 ?
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 ?