add dockerfile environment

This commit is contained in:
2021-11-21 20:51:56 +06:00
parent e86d07d25d
commit fcc0b49576
7 changed files with 51 additions and 1 deletions

6
docker-compose.yml Normal file
View File

@@ -0,0 +1,6 @@
version: "3.4"
services:
server:
build: .
restart: unless-stopped