hydrogen-web/doc
Jan Christian Grünhage bc2e7a7366 chore: optimise Dockerfile
So far, the Dockerfile built hydrogen on the server running the image,
instead of building it during the building of the image. This blew up
the image size immensely and caused node+yarn to run in the resulting
image. This new Dockerfile builds hydrogen in a separate build stage and
then moves the target directory into an nginx based container image,
which takes care of serving the target webroot.

The existing Dockerfile has been moved to Dockerfile-dev for usage as a
development environment. The docs have been adjusted accordingly.

Additionally, this switched from a fixed alpine version of the node
image to the latest alpine version, and changed the container image
references in the `FROM` statements to use the fully qualified
references including the registry domain.
2021-03-14 12:52:35 +01:00
..
impl-thoughts more notes on relations 2021-03-08 22:25:18 +01:00
CSS.md css notes 2020-04-30 18:28:35 +02:00
FAQ.md Update FAQ.md 2021-03-01 10:07:28 +00:00
GOAL.md WIP 2019-07-01 10:00:29 +02:00
INDEXEDDB.md doc improvement 2021-03-04 19:50:23 +01:00
QUESTIONS.md plan to refactor to support storing /context responses 2019-04-04 21:48:13 +02:00
RELEASE.md add notes and prototypes for sending, etc 2019-06-09 16:26:17 +02:00
SENDING.md put everything together to make it roughly work 2019-07-27 10:51:51 +02:00
TODO.md wrote docs about how to do invites and e2ee 2019-10-23 09:42:44 +02:00
api.md cleanup directory structure 2019-02-06 22:06:00 +00:00
architecture.md rename morpheus to brawl 2019-06-14 23:58:39 +02:00
docker.md chore: optimise Dockerfile 2021-03-14 12:52:35 +01:00
domexception_mapping.md add notes and prototypes for sending, etc 2019-06-09 16:26:17 +02:00
invites.md wrote docs about how to do invites and e2ee 2019-10-23 09:42:44 +02:00
persisted-network-calls.md some notes on the general idea of persisting network calls in brawl 2020-03-28 12:33:56 +01:00
sync-updates.md update docs, write down architecture 2019-03-08 12:26:08 +01:00
viewhierarchy.md wrote docs about how to do invites and e2ee 2019-10-23 09:42:44 +02:00