Dear TerriaJS Developers,
I need help to build the terriamap docker image using the DockerFile available inside the "deploy/docker" directory. Please excuse my node.js knowledge. I have done the following to successfully build the first terrimap docker image:
- Build the node_modules in my ubuntu OS
- Copied the DockerFile into the root directory and added a .dockerignore file to only include the required files and directories
- Updated the docker file by commenting out the line number 9 and replacing the line number 8 with "COPY . ."
- Then run "docker build -t gt/terriamap"
However, I am not very confident with the above changes. I thought I should be able to build it straight from the "deploy/docker" directory without changing the file. Any thoughts? I have also referred to this
URL which might be out of date!
Thank you very much for such a wonderful platform.
Greetings.