Relative Content

Tag Archive for node.jsdockergitlabdockerfilecicd

Cannot Find Local File After Docker Build when using Gitlab DockerinDocker

I’m trying to build a CI/CD pipeline using Gitlab. The application depends on a certificate that exists locally but is not committed. When building from a pipeline, the file is passed into docker using Gitlab Variables, but the file can’t be found at runtime causing the application to crash. Any help would be appreciated. If you build and deploy the application locally we don’t get any issues.