Skip to content

Conversation

@gouravjshah
Copy link

This PR adds a Dockerfile for the front-end2 application.

Detected stack: Node.js

Dockerfile design rationale:

  • Uses node:18-alpine as the base image.
  • Installs dependencies using yarn.
  • Exposes port 8079.
  • Starts the application using node server.js.

How to build and run the image locally:

docker build -t front-end2 .
docker run -p 8079:8079 front-end2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants