Skip to content

Commit 75d798b

Browse files
committed
Merge branch 'develop' into main
2 parents 54ca9a5 + b4eded8 commit 75d798b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker/images/Dockerfile.prod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ COPY --chmod=0755 scripts/ ./scripts/
6464
# Install Rosemary as editable
6565
RUN pip install -e ./
6666

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+
6770
# Create the .moduleignore file with the module 'webhook' inside
6871
RUN echo "webhook" > /app/.moduleignore
6972

0 commit comments

Comments
 (0)