mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: create docker images for client (#51289)
This commit is contained in:
committed by
GitHub
parent
8f6809686e
commit
66d7c28f99
@@ -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'
|
||||
Reference in New Issue
Block a user