Skip to content

Commit

Permalink
fix(ci): correct docker entrypoint (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
astromechza authored Jun 20, 2024
2 parents 7f9d492 + bc74c9e commit cdfc4a2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN yarn install
RUN yarn hugo --verbose

# Run the hugo server at launch
CMD [ "hugo", "server", "--themesDir", "../..", "--disableFastRender", "--renderToMemory", "--bind", "0.0.0.0" ]
CMD [ "yarn", "hugo", "server", "--themesDir", "../..", "--disableFastRender", "--renderToMemory", "--bind", "0.0.0.0" ]
2 changes: 1 addition & 1 deletion package.hugo.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dprint": "^0.46.0",
"html-hint": "^0.2.4",
"hugo-cli": "^0.13.0",
"hugo-extended": "^0.113.0",
"hugo-extended": "^0.123.8",
"lunr": "^2.3.9",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dprint": "^0.46.0",
"html-hint": "^0.2.4",
"hugo-cli": "^0.13.0",
"hugo-extended": "^0.113.0",
"hugo-extended": "^0.123.8",
"lunr": "^2.3.9",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -782,10 +782,10 @@ hugo-cli@^0.13.0:
got "^11.8.6"
semver "^7.5.4"

hugo-extended@^0.113.0:
version "0.113.0"
resolved "https://registry.yarnpkg.com/hugo-extended/-/hugo-extended-0.113.0.tgz#79b4938d4da897991790a7ebcc556fbc5fb2a886"
integrity sha512-pJajuImK4MeWutwAlduEmtvn3qW35hjd4cyHc/9Tcr/4AFZQTDAT2vERka0ynUrEDRTknbJ7l0lbcgfoQuv4jw==
hugo-extended@^0.123.8:
version "0.123.8"
resolved "https://registry.yarnpkg.com/hugo-extended/-/hugo-extended-0.123.8.tgz#0925aea40c201f28c88a2f63079e8923c54cf99d"
integrity sha512-EudplT9MZRhDemli+8SleR8SuxBvwdaf4mCCd1yFUcV+YtM1M92Doc2+AadQn+Mf+znamk2vEIM5Q/YUKvQkeg==
dependencies:
careful-downloader "^3.0.0"
log-symbols "^5.1.0"
Expand Down

0 comments on commit cdfc4a2

Please sign in to comment.