diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..e9d427b --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,12 @@ +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