no string 200

This commit is contained in:
2022-10-16 19:30:36 +05:00
parent a693148bb2
commit e7bb5d631f
3 changed files with 12 additions and 1 deletions

11
public/docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
version: '3.5'
services:
#########################
app:
build: .
image: git.shihaam.dev/dockerfiles/nginx-php8.0
volumes:
- ./:/var/www/html/
ports:
- 8054:80
# restart: always

0
public/index.html Normal file
View File