You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed your instructions using docker-compose however I am running into ERRORS.
ERROR: Encountered errors while bringing up the project.
When I uses volumes instead of bind mount the docker-compose runs successfully.
However when I try to upload packages to the server I do get "HTTPError: 405 Method Not Allowed ..." error messages when executing python3 -m twine upload --repository private-repository dist/* where private-repository is set correctly to the pypi-sever... (its loading and the admin login works.
Do you have a recommendation how the "Method not allowed can be fixed"?
I apologize if I am asking the obvious, however I am a (docker) newbie.
The text was updated successfully, but these errors were encountered:
I have followed your instructions using
docker-compose
however I am running into ERRORS.When I uses volumes instead of bind mount the docker-compose runs successfully.
However when I try to upload packages to the server I do get "HTTPError: 405 Method Not Allowed ..." error messages when executing
python3 -m twine upload --repository private-repository dist/*
whereprivate-repository
is set correctly to the pypi-sever... (its loading and the admin login works.Do you have a recommendation how the "Method not allowed can be fixed"?
I apologize if I am asking the obvious, however I am a (docker) newbie.
The text was updated successfully, but these errors were encountered: