RJ
RJ
@afiksnyk Is there any way to resolve this in the Docker container? Currently have run into the same issue where the application, which was tested in a Docker container, is...
Steps to solve in Dockerfile 1. Edit the dependencies object in `package.json` 2. Replace the following two dependencies to more up to date versions Before ``` "express": "4.12.4", "express-fileupload": "0.0.5",...
> @essexgit Thanks for your feedback I submitted a pull request just now. Let's see what the developers think.