Skip to content

Conversation

@peterklogborg
Copy link

@peterklogborg peterklogborg commented Jan 16, 2026

Fixed /build/start.sh — removed the nested Docker command
Set docker to use yarn 4 so it does not default to yarn 1 update_build was referring to 'gulp update' but update task is not defined, so i make it target build instead

Also force docker hub to use latest yarn version

Set docker to use yarn 4 so it does not default to yarn 1
update_build was refereing to 'gulp update' but update task is not defined, so i make it target build instead
@peterklogborg peterklogborg marked this pull request as ready for review January 19, 2026 09:25
Copy link
Contributor

@cbobach cbobach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See my comments, especially the one for the build/start.sh script. That's the blocker I have. The rest is nice 🙇 💪

package.json Outdated
"serve": "gulp build && hugo server --source=website/ --bind=0.0.0.0",
"build": "gulp build",
"update_build": "gulp update",
"update_build": "gulp build",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As gulp update isn't implemented and yarn update_build isn't used anywhere we could scrap this command and update the README.md to run docker exec -it gateway-api-docs yarn build instead of utilizing the yarn update_build command, which isn't implemented 🤷

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"update_build": "gulp build",

And then update the README.md

thejspr
thejspr previously approved these changes Jan 19, 2026
Copy link
Contributor

@thejspr thejspr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested it locally and it works well

…README to simplify local serving instructions and modified start.sh to run the Docker container directly for serving the application.
@peterklogborg peterklogborg requested a review from cbobach January 19, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants