quotes to prevent accidental parsing of //

This commit is contained in:
2025-11-07 21:11:14 +05:30
parent 71ce77980d
commit 8b33f28aea

View File

@@ -123,7 +123,7 @@ steps:
--name blog \
-p 3002:3000 \
-e NODE_ENV=production \
-e VITE_API_BASE_URL=$API_BASE_URL \
-e VITE_API_BASE_URL="$API_BASE_URL" \
--restart always \
apps/blog:$IMAGE_TAG