Rmove the patch file from the .devcontainer folder
The patch file used by the .devcontainer is needed only by the build-install-ngx-voms.sh script. This script could use the patch file in the project home dir instead of the copy in the container. Add an echo in the container specifing that the patch file must exists in the directory where the user runs the script. Add a check in the script: if the patch file isn't found, the script adivses the user and exits with an error.
Showing
- .devcontainer/Dockerfile 0 additions, 1 deletion.devcontainer/Dockerfile
- .devcontainer/assets/build-install-ngx-voms.sh 6 additions, 1 deletion.devcontainer/assets/build-install-ngx-voms.sh
- .devcontainer/assets/nginx-httpg_no_delegation.patch 0 additions, 19 deletions.devcontainer/assets/nginx-httpg_no_delegation.patch
- .devcontainer/assets/user-setup.sh 1 addition, 0 deletions.devcontainer/assets/user-setup.sh
Please register or sign in to comment