Skip to content

Remove unnecessary .. from Docker files#380

Open
sergio-panseri-red wants to merge 1 commit intoOktopUSP:devfrom
sergio-panseri-red:docker_build_context
Open

Remove unnecessary .. from Docker files#380
sergio-panseri-red wants to merge 1 commit intoOktopUSP:devfrom
sergio-panseri-red:docker_build_context

Conversation

@sergio-panseri-red
Copy link
Contributor

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