13 lines
No EOL
212 B
YAML
13 lines
No EOL
212 B
YAML
version: '3.1'
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
pull_policy: build
|
|
ports:
|
|
- "801:801"
|
|
environment:
|
|
- NODE_ENV=production
|
|
env_file:
|
|
- .env |