added docker-compose
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user