do not trust AI to write good code
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-10-21 13:53:12 +00:00
parent 40f4fabfe2
commit c4f51a59c8

View File

@@ -114,7 +114,8 @@ steps:
commands:
- IMAGE_TAG=$(cat /drone/src/LATEST_TAG.txt | tr -d '\n')
- echo "🚀 Starting container apps/homepage:$IMAGE_TAG ..."
- docker run -d \
- |
docker run -d \
--name homepage \
-p 3001:3000 \
-e NODE_ENV=production \