hello-node/docker-compose.yml

8 lines
102 B
YAML

version: '3.7'
services:
app:
network_mode: host
env_file: .env
build:
context: .