docker-typescript/docker-compose.yaml
2023-06-24 19:13:06 +02:00

11 lines
116 B
YAML

version: '3'
services:
api:
build:
context: .
target: production
ports:
- 4000:4000