Skip to content

Conversation

@sergio-panseri-red
Copy link

Since '..' is already passed as docker build context in the Makefiles, many of the '..' in the corresponding Dockerfiles are unnecessary and cause the docker build command to fail with the following error: COPY failed: forbidden path outside the build context: ../ ()

This commit removes all the unnecessary '..' from Docker files and fixes the build

fixes #379

Since '..' is already passed as docker build context in the Makefiles, many of the '..' in the corresponding
Dockerfiles are unnecessary and cause the docker build command to fail with the following error:
COPY failed: forbidden path outside the build context: ../ ()

This commit removes all the unnecessary '..' from Docker files and fixes the build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant