hydroframe / SandTank

Sand Tank Outreach Tool
https://hydroframe.github.io/SandTank/
Other
4 stars 5 forks source link

Install default client in docker image #1

Closed psavery closed 4 years ago

psavery commented 4 years ago

This places a default pvw application in /pvw in sandtank-dev, and it gets copied down to the runtime. The client is installed and placed inside /pvw/www.

This will allow a simpler command for starting a docker image on a local computer, via docker run -p 9000:80 -it hydroframe/sandtank:web-service when the docker image gets updated. It will use the default application.

The default /pvw application can also be overridden by mounting another one on top of it in the docker run command.

The client build files were also removed from the repository since they are now created either:

  1. By the docker image that is being built.
  2. By the developer working on the client.

And they do not seem to be needed anymore.