RUN /app/bin/pip install pip --upgrade RUN /app/bin/pip install -r requirements.txt. Then in entrypoint.sh you have: Copy #!/bin/bash RUN_PORT=${PORT:-8000} ...
確定! 回上一頁