Files
LK_Landing_Page/docker-compose.yml

13 lines
221 B
YAML

version: "3.9"
name: lk-landing-page
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: lk-landing-page
environment:
- NODE_ENV=production
restart: unless-stopped