chore: sync all pending prototype changes

This commit is contained in:
2026-02-20 16:49:54 +08:00
parent f407288701
commit 80d9789c70
3 changed files with 55 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
nginx:
image: nginx:latest
ports:
- "3000:80"
volumes:
- ./:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro