Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.02 KB

Dockerized project for VSAQ

vsaq-docked

This is a skeleton project for working with VSAQ (https://github.com/google/vsaq) an interactive questionnaire application by Google in a Docker environment.

Note: This application has not been hardened or vulnerability tested and is not intended for production use.

Folder Structure

/srv

  • Custom configuration files to be copyed to container.
  • Contains Dockerfiles and logs

/vsaq

Usage

When container starts all files in the ./vsaq folder is copied into the relevant cloned repo locations and the vsaq application is compiled. Changes to these files requires re-running the docker-compose.

Note: Changes to CSS files will require a hard reload in the browser to be visible.