zeldaret/website

Angular: Dockerise the Angular app

Closed this issue · 1 comments

To help with stability, as well as for linking documents, we want to Dockerise the Angular project. Ideally we want to be able to boot the container and have the site accessible to the public on boot. Files like reports and JSON files and game related docs should also be available via one or more volumes.

Acceptance criteria

  • Create a Dockerfile that will:
    • Setup and run the Angular app on start up
    • Store assets within the /src/assets directory

Seems like this might be an overkill for the initial work we are doing. We can revisit it later if we want, but will close it for now.