[docs] Add missing backicks

This commit is contained in:
William Fu-Hinthorn
2024-12-11 12:33:33 -08:00
parent b37c9d8a01
commit d18c9449ec
+1
View File
@@ -258,3 +258,4 @@ RUN set -ex && \
RUN PIP_CONFIG_FILE=/pipconfig.txt PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -c /api/constraints.txt -e /deps/*
ENV LANGSERVE_GRAPHS='{"agent": "/deps/__outer_graphs/src/agent.py:graph", "storm": "/deps/__outer_graphs/src/storm.py:graph"}'
```