add docker setting

This commit is contained in:
poturaevpetr
2026-04-22 19:18:09 +05:00
parent 754722c5ae
commit c7dbbd85f9
4 changed files with 53 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
services:
web:
build: .
image: pcs-pt-mobile:local
ports:
- "8080:80"
restart: unless-stopped