docker-compose.yml

example docker compose file
Anonymous
dockerfile
09/04/2022 3:42 AM
148 B
16
Indexable
version: "3.8"
services:
  npm: 
    build: ./
    stdin_open: true
    tty: true
    volumes: 
      - ./:/app
Editor is loading...