Just one dockerfile to simplify things a little and reduce repetition

This commit is contained in:
James Wilson
2021-07-09 20:57:39 +01:00
parent 11c0db389a
commit 65178de82f
5 changed files with 10 additions and 32 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ As we move to a sharded version of this telemetry server, this set of architectu
# Deployment
A `shard.Dockerfile` and `telemetry.Dockerfile` exist to build the Shard and Telemetry Core binaries into docker containers. A `docker-compose.yaml` in the root of the repository can serve as an example of these services, along with the UI, running together.
A `Dockerfile` exists which builds the Shard and Telemetry Core binaries into an image. A `docker-compose.yaml` in the root of the repository can serve as an example of these services, along with the UI, running together.