Custom image of websocket
Hello, Is there a simple way to edit ws app and build custom image just of that to include in self hosted solution?
7 Replies
Hi @Nexen, I'm an AI assistant for Novu. While a team member reviews this question, I'll see if I can find relevant sources for your question.
-----------------------------
While I generate an answer, here are some sources that might be helpful:
* Monorepo Structure
* Building THE MOST practical Todolist with React and Websockets - Novu
* Building a beautiful Kanban board with Node.js, React, and Websockets - Novu
* Building a Notion-like system with Socket.io And React - Novu
-----------------------------
Answer
Sorry, I wasn't able to find any information about your question.
Got it. Tagging @Support for additional help.
@Pawan Jain, maybe @Dima Grossman or @Zac Clifton can help us here??
Thanks Tomer, @Nexen you can fork and download the open source repository, make your changes, and run docker build with the dockerfile in the ws repository.
Pass that all of the details will need to be managed and maintained by you.
Thank you! ill try that and if i have more questions, ill reach out here.
did
docker buildx build . -t ws-novu
inside novu/apps/wsYou have to run it with the pnpm command in the package json at this moment, however we do have it on the list to make the above command work.
Thank you, i managed to do it from root