docker-compose.yml
example docker compose fileunknown
dockerfile
a year ago
111 B
0
Indexable
Never
version: "3.8" services: npm: build: ./ stdin_open: true tty: true volumes: - ./:/app
version: "3.8" services: npm: build: ./ stdin_open: true tty: true volumes: - ./:/app