cannot create /etc/nginx/nginx.conf: Directory nonexistent and starting container caused “exec: \”supervisord\“: executable file not found in $PATH”

前端 未结 2 1668
猫巷女王i
猫巷女王i 2021-01-16 05:14

I am building docker image to deploy flask app with uwsgi/nginx.

Here are relevant file for to create a docker container for same

Dockerfile conte

2条回答
  •  难免孤独
    2021-01-16 06:03

    Does the python:3.6 image already contain nginx and supervisord? If not, it is up to you to install them (with apt-get or a similar command, as appropriate).

    The fact that the nginx config file doesn't exist, and the binary doesn't exist would suggest to me that maybe the packages are not installed.

提交回复
热议问题