fix env
All checks were successful
Build, Push and Deploy / build-and-deploy (push) Successful in 2m29s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
eko
2026-03-20 22:39:49 +07:00
parent b3579262fd
commit 2033532313

View File

@@ -38,7 +38,7 @@ jobs:
docker pull kode.sadateknologi.site/yanto/kulakpos_web:latest
docker run -d \
--name kulakpos_web \
-v /home/act_runner/.env_kulakpos:/var/www/html/.env:ro \
-v /home/act_runner/.env_kulakpos:/var/www/html/.env \
-p 8000:8000 \
-e MODE=dev \
-e APP_ENV=local \