added docker config

This commit is contained in:
Dhanraj
2024-07-07 14:38:28 +05:30
parent 1d502a2cf1
commit b3a05ac415
2 changed files with 65 additions and 0 deletions

7
compose.yml Normal file
View File

@ -0,0 +1,7 @@
services:
frontend:
build:
context: .
container_name: rootxwire
ports:
- "8032:80"