diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0ce6fcc91..38f8a95ec 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -52,7 +52,7 @@ jobs: - name: Prepare .env file run: | - cp apps/dokploy/.env.production.example apps/dokploy/.env.production + cp ./apps/dokploy/.env.production.example ./apps/dokploy/.env.production - name: Build and push Docker image using custom script run: |