Skip to content

Commit

Permalink
adjusting docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Morran committed Feb 8, 2024
1 parent 0511254 commit 72b35c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ run cd website && npm install && npm run build

from nginx:alpine
workdir /var/www/docs
copy --from=0 /docs/website/build/hubs-docs/ .
copy --from=0 /docs/website/build/docs/ .
copy scripts/docker/nginx.config /etc/nginx/conf.d/default.conf
8 changes: 4 additions & 4 deletions website/.docusaurus/client-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,9 @@
"179": {
"js": [
{
"file": "assets/js/main.2867ff3f.js",
"hash": "d22934367cb10224",
"publicPath": "/docs/assets/js/main.2867ff3f.js"
"file": "assets/js/main.f3fec36c.js",
"hash": "597756c0868f154a",
"publicPath": "/docs/assets/js/main.f3fec36c.js"
}
]
},
Expand Down Expand Up @@ -565,7 +565,7 @@
"js": [
{
"file": "assets/js/runtime~main.6a9da3e1.js",
"hash": "e67cd07eac2a6b6a",
"hash": "db855c3201dfb4d6",
"publicPath": "/docs/assets/js/runtime~main.6a9da3e1.js"
}
]
Expand Down
8 changes: 4 additions & 4 deletions website/.docusaurus/docusaurus.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
*/
export default {
"title": "Mozilla Hubs",
"tagline": "Dinosaurs are cool",
"tagline": "Hold tight as we get our docs in a row 🦆🦆🦆",
"favicon": "img/favicon.ico",
"staticDirectories": [
"static"
],
"url": "https://hubs.mozilla.com",
"baseUrl": "/docs/",
"organizationName": "Mozilla",
"projectName": "Hubs",
"projectName": "hubs-docs",
"onBrokenLinks": "throw",
"onBrokenMarkdownLinks": "warn",
"i18n": {
"defaultLocale": "en",
"locales": [
Expand Down Expand Up @@ -402,9 +404,7 @@ export default {
}
},
"baseUrlIssueBanner": true,
"onBrokenLinks": "throw",
"onBrokenAnchors": "warn",
"onBrokenMarkdownLinks": "warn",
"onDuplicateRoutes": "warn",
"customFields": {},
"plugins": [],
Expand Down

0 comments on commit 72b35c0

Please sign in to comment.