docker deploy

This commit is contained in:
leo
2023-12-31 16:35:43 +08:00
parent ef5b45eb21
commit bf2a285716
2 changed files with 18 additions and 3 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
version: "3"
services:
build_self:
build: .
ports:
- "5001:80"