try dockerfile path from root

This commit is contained in:
Nicolas Dorseuil
2025-06-24 14:57:50 +02:00
parent f745daaa25
commit 4e64e8d984
2 changed files with 1 additions and 6 deletions
@@ -97,11 +97,6 @@ runs:
# run: |
# bun run ./packages/gitbook-v2/openNext/customWorkers/script/updateWrangler.ts ${{ steps.extract_server_version_id.outputs.version_id }}
- name: Copy server functions to custom workers
shell: bash
run: |
cp -r ./packages/gitbook-v2/.open-next/server-functions/default ./packages/gitbook-v2/openNext/customWorkers/default
- id: deploy_container
name: Deploy container to Cloudflare
uses: cloudflare/wrangler-action@v3.14.0
@@ -9,7 +9,7 @@
"containers": [
{
"class_name": "OpenNextContainer",
"image": "./default/Dockerfile",
"image": "./packages/gitbook-v2/.open-next/server-functions/default/Dockerfile",
"max_instances": 1,
"name": "container-open-next"
}