-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
При сборке контейнера с помощью docker-compose получаю ошибку:
Step 6/21 : RUN . venv/bin/activate && pip install --no-cache-dir . && find /app/venv ( -type d -a -name test -o -name tests ) -o ( -type f -a -name '.pyc' -o -name '.pyo' ) -exec rm -rf '{}' +
---> Running in 1031eef53dc1
ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
The command '/bin/sh -c . venv/bin/activate && pip install --no-cache-dir . && find /app/venv ( -type d -a -name test -o -name tests ) -o ( -type f -a -name '.pyc' -o -name '.pyo' ) -exec rm -rf '{}' +' returned a non-zero code: 1
ERROR: Service 'taxerapi' failed to build : Build failed
Metadata
Metadata
Assignees
Labels
No labels