rm: cannot remove '/etc/nginx/conf.d/*': No such file or directory #2522
-
I'm trying to dockerize a flask + gunicorn app with nginx. Here's the initial part of my dockerfile:
when building the docker image, I get the error message: Even if i change the RUN command to But isn't it supposed to exit according to the documentation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
you might find this blog useful: https://www.nginx.com/blog/deploying-nginx-nginx-plus-docker/ |
Beta Was this translation helpful? Give feedback.
@lucacome Many thanks for all the help. I've just solved the problem! ;)