We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
encountered in 17.0 not tested on other branches
17.0
When building the hosted docker image
docker build -f "Dockerfile" -t dockerdoo:latest "."
The custom folder copy fails to do anything, executing with this command
custom
#20 [production 8/13] COPY --chown=odoo:odoo ./custom /mnt/extra-addons
This is because the custom/* is in the .dockerignore file
custom/*
.dockerignore
./custom
docker compose up -d
🙏 Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
context
encountered in
17.0
not tested on other branches
bug description
When building the hosted docker image
The
custom
folder copy fails to do anything, executing with this commandThis is because the
custom/*
is in the.dockerignore
fileexpected
./custom
directorydocker compose up -d
fix proposal
custom/*
from.dockerignore
🙏 Thanks
The text was updated successfully, but these errors were encountered: