finlion-website/docker-compose.yml
2024-11-29 10:37:27 -06:00

14 lines
232 B
YAML

version: '3.8'
services:
web:
build:
context: .
dockerfile: Dockerfile
pull_policy: build
ports:
- "805:805"
environment:
- NODE_ENV=production
- PORT=805
restart: unless-stopped