4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / docker-compose.yml YML
#
# Docker Composition for installing, building and developing
# tough-cookie in the latest Node environment. Please see 
# our Dockerfile for more details.
#
version: '2'
services:
  toughcookie:
    build: .
    volumes:
      - .:/home/cookie
    tty: true
    stdin_open: true
    command: "/bin/bash"