feat: create docker images for client (#51289)

This commit is contained in:
Oliver Eyton-Williams
2023-08-31 17:37:32 +02:00
committed by GitHub
parent 8f6809686e
commit 66d7c28f99
8 changed files with 267 additions and 23 deletions
+7
View File
@@ -0,0 +1,7 @@
services:
client:
image: fcc-client
ports:
# PORT is used by the new api, so we use the less generic HOST_PORT to avoid
# conflicts.
- '${HOST_PORT:-8000}:8000'