There was an error while loading. Please reload this page.
2 parents 54ca9a5 + b4eded8 commit 75d798bCopy full SHA for 75d798b
1 file changed
docker/images/Dockerfile.prod
@@ -64,6 +64,9 @@ COPY --chmod=0755 scripts/ ./scripts/
64
# Install Rosemary as editable
65
RUN pip install -e ./
66
67
+# Install vendored fm_generator (server-side use in app/modules/generator/routes.py)
68
+RUN pip install --no-cache-dir -e ./app/modules/generator/vendor
69
+
70
# Create the .moduleignore file with the module 'webhook' inside
71
RUN echo "webhook" > /app/.moduleignore
72
0 commit comments