Files
imphnen-backend-service/docker-compose.yml
T

9 lines
132 B
YAML
Raw Normal View History

2025-02-03 21:53:42 +07:00
services:
api:
build:
context: .
dockerfile: Dockerfile
ports:
- "${PORT}:${PORT}"
env_file: ".env"