added docker config
This commit is contained in:
7
compose.yml
Normal file
7
compose.yml
Normal file
@ -0,0 +1,7 @@
|
||||
services:
|
||||
frontend:
|
||||
build:
|
||||
context: .
|
||||
container_name: rootxwire
|
||||
ports:
|
||||
- "8032:80"
|
||||
Reference in New Issue
Block a user