Deploy Roncarve official website with Docker
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
roncarve-web:
|
||||
build: .
|
||||
container_name: roncarve-web
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:8080:80"
|
||||
Reference in New Issue
Block a user