docker-compose.yml

example docker compose file
 avatar
unknown
dockerfile
3 years ago
111 B
5
Indexable
version: "3.8"
services:
  npm: 
    build: ./
    stdin_open: true
    tty: true
    volumes: 
      - ./:/app
Editor is loading...