11 lines
168 B
YAML
11 lines
168 B
YAML
services:
|
|
api:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "2598:3000"
|
|
environment:
|
|
- NODE_ENV=production
|
|
- PORT=3000
|