Run website behind Caddy router
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 6s

This commit is contained in:
Akshay Kolli
2026-07-03 05:40:55 -07:00
parent 284bfa1801
commit f886e67eaf

View File

@@ -27,5 +27,5 @@ jobs:
docker run -d \ docker run -d \
--name website-container \ --name website-container \
--restart unless-stopped \ --restart unless-stopped \
-p 8080:80 \ -p 8083:80 \
akkolli-website:latest akkolli-website:latest