Giter Site home page Giter Site logo

Comments (7)

harshnayangithub avatar harshnayangithub commented on August 13, 2024

Assign it to me under gssoc'24

from discord-clone.

Yeasir0032 avatar Yeasir0032 commented on August 13, 2024

Provide steps how will you achieve this?

from discord-clone.

harshnayangithub avatar harshnayangithub commented on August 13, 2024

@Yeasir0032 As a DevOps enthusiast, I've drafted various Dockerfile for my projects. While I haven't thoroughly reviewed the codebase, I understand the general steps required for creating a Dockerfile for any Node.js project.

I anticipate encountering challenges while crafting the Dockerfile for such a large project, which may require troubleshooting. I believe it will take considerable amount of time for creating a Dockerfile for this project and finally reducing it's size.
Once the Dockerfile is successfully created, I plan to proceed with generating a docker-compose file for the Discord clone.

Dockerfile's basic implementation

FROM ubuntu:20.04
WORKDIR /app
COPY package*.json ./
RUN npm install
COPY . .
RUN npm run build
Will decide it later which port to expose
EXPOSE 3000
CMD ["npm", "start"]

from discord-clone.

KanishkChhajed avatar KanishkChhajed commented on August 13, 2024

I am interested in this issue .
Can you assign this issue to me.

from discord-clone.

KanishkChhajed avatar KanishkChhajed commented on August 13, 2024

@Yeasir0032 I made a pull request, can you review it for this #56 .

from discord-clone.

Yeasir0032 avatar Yeasir0032 commented on August 13, 2024

The docker file is crashing the server and the deployment
Screenshot from 2024-05-23 15-30-45

from discord-clone.

Yeasir0032 avatar Yeasir0032 commented on August 13, 2024

Considering my limited expertise in DevOps, I am contemplating the removal of the Docker file.

from discord-clone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.