.
Some checks failed
Deploy blog-frontend / build-and-deploy (push) Failing after 2s

This commit is contained in:
ParkWonYeop
2025-12-27 16:37:41 +09:00
parent c05ae179f0
commit edde1f578d

View File

@@ -31,6 +31,7 @@ jobs:
- name: Build Docker Image
run: |
echo "Building Docker image..."
ls -al
docker build \
--build-arg NEXT_PUBLIC_API_URL=https://blogserver.wypark.me \
-t blog-frontend:latest .