les-vulnerable - Vulnerable App for testing

Jayden Aung

Instructions

  1. Place the index.js, package.json, and Dockerfile in the same directory.
  2. Navigate to that directory in your terminal.
  3. Build the Docker image:
docker build -t les-vulnerable .
  1. Run the Docker container:
docker run -p 3000:3000 les-vulnerable
  1. Access the application in your browser at http://localhost:3000.