Add docker compose to deploy
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
image: jrdx0-site
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
Reference in New Issue
Block a user