hello-node/docker-compose.yml

8 lines
102 B
YAML
Raw Normal View History

2022-08-09 09:03:03 +00:00
version: '3.7'
services:
app:
network_mode: host
env_file: .env
build:
context: .