File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 44.git /
55.venv /
66.github /
7- ui /
87.dockerignore
Original file line number Diff line number Diff line change @@ -25,9 +25,16 @@ ENV NODE_PATH="$NVM_DIR/v$NODE_VERSION/lib/node_modules" \
2525
2626# Create the supervisor configuration file for ComfyUI and ComfyStream
2727COPY docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
28+ COPY --chmod=0755 docker/entrypoint.sh /workspace/comfystream/docker/entrypoint.sh
29+
30+ WORKDIR /workspace/comfystream/ui
31+ RUN npm install
32+ RUN npm run build
33+
34+ # Restore .gitkeep file after ui build for devcontainer users
35+ RUN touch /workspace/comfystream/nodes/web/static/.gitkeep
2836
2937WORKDIR /workspace/comfystream
30- COPY --chmod=0755 docker/entrypoint.sh /workspace/comfystream/docker/entrypoint.sh
3138
3239EXPOSE 8188 8889 3000
3340EXPOSE 1024-65535/udp
You can’t perform that action at this time.
0 commit comments