/vsaq-docked

Dockerized project for VSAQ

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

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.