oneirism / reverie

Tabletop RPG campaign tracking
https://reverie.oneirism.co/
5 stars 1 forks source link

Docker Entrypoint #44

Closed devenney closed 6 years ago

devenney commented 6 years ago

Running database migrations and generating static content is currently manual. A Docker Entrypoint is required which:

There's an additional requirement to generate static content which can be exposed to the neighbouring nginx container. A Docker volume seems to be the best solution.

If the resulting webpack code could make its way into this volume to also be served by Nginx, that would be a bonus.

devenney commented 6 years ago

Resolved by #60.