My Snippets
My Collections
Search Engine
Pricing
docker-compose.yml
example docker compose file
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...