fix(ci): harden publishing and validate examples

This commit is contained in:
yeasy
2026-07-10 19:29:30 -07:00
parent 8eabe30dc2
commit daa6661b2b
26 changed files with 27456 additions and 171 deletions
+8
View File
@@ -0,0 +1,8 @@
name: docker-practice
services:
web:
image: nginx:1.28-alpine
ports:
- "8080:80"
restart: unless-stopped