DS

Step 4/13 : COPY ./start.sh /start.sh
COPY failed: file not found in build context or excluded by .dockerignore: stat start.sh: file does not exist
Size: a a a
DS

Step 4/13 : COPY ./start.sh /start.sh
COPY failed: file not found in build context or excluded by .dockerignore: stat start.sh: file does not exist
КП
КП
DS
copy не менял. Везде заменить?КП
КП
КП
copy не менял. Везде заменить?КП
КП
КП
DS
$ tree -L 2
.
├── app
│ ├── config.py
│ ├── credentials.json
│ ├── crud.py
│ ├── database.py
│ ├── drop_all_tables.py
│ ├── FastAPI_users.py
│ ├── generation.py
│ ├── get_token.py
│ ├── html_code_sample.py
│ ├── main.py
│ ├── models.py
│ ├── __pycache__
│ ├── requirements.txt
│ ├── schemas.py
│ ├── send_email.py
│ ├── services.py
│ ├── token.pickle
│ ├── venv
│ └── websocket_connection_manager.py
└── Dockerfile
КП
DS
DS
FROM python:3.8 на FROM python:3.9КП
КП
КП
КП
AN
FROM python:3.8 на FROM python:3.9DS

CMD ["python3.9"]