Skip to content

Commit

Permalink
Docker Hub inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
amaan-igs committed Oct 22, 2024
1 parent d7d0837 commit c60ca67
Show file tree
Hide file tree
Showing 20 changed files with 9,870 additions and 9,674 deletions.
9 changes: 5 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
services:
webdocs:
build:
context: .
dockerfile: Dockerfile
# build:
# context: .
# dockerfile: Dockerfile (When Building from Local Dockerfile)
image: amaanulhaq30/webdocs:latest # Use the image from Docker Hub if not building locall
ports:
- "5173:5173"
volumes:
- .:/usr/src/app # mounted cd container
- .:/usr/src/app # mounted cd on to the container
environment:
- NODE_ENV=development
command: ["npm", "run", "docs:dev", "--", "--host"] # ovveriding dockerfile
Expand Down
242 changes: 199 additions & 43 deletions docs/.vitepress/cache/deps/@theme_index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/.vitepress/cache/deps/@theme_index.js.map

Large diffs are not rendered by default.

33 changes: 21 additions & 12 deletions docs/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,49 @@
{
"hash": "0e548c45",
"configHash": "81ad4547",
"hash": "235f9d3f",
"configHash": "f9147c93",
"lockfileHash": "052d9ce8",
"browserHash": "db0e8da4",
"browserHash": "2165a342",
"optimized": {
"vue": {
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "2d54e3b6",
"fileHash": "9f04b899",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "6f886086",
"fileHash": "1feb8119",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../../node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "d7a25a46",
"fileHash": "b4ad37f6",
"needsInterop": false
},
"@theme/index": {
"src": "../../../../node_modules/vitepress/dist/client/theme-default/index.js",
"src": "../../../../../node_modules/vitepress/dist/client/theme-default/index.js",
"file": "@theme_index.js",
"fileHash": "20e32427",
"fileHash": "e1a1f984",
"needsInterop": false
},
"vue-demi": {
"src": "../../../../../node_modules/vitepress/lib/vue-demi.mjs",
"file": "vue-demi.js",
"fileHash": "10da0648",
"needsInterop": false
}
},
"chunks": {
"chunk-QTXVCCMP": {
"file": "chunk-QTXVCCMP.js"
"chunk-24RNYCPA": {
"file": "chunk-24RNYCPA.js"
},
"chunk-W5HPIYXO": {
"file": "chunk-W5HPIYXO.js"
},
"chunk-ONFHZ5OS": {
"file": "chunk-ONFHZ5OS.js"
"chunk-PZ5AY32C": {
"file": "chunk-PZ5AY32C.js"
}
}
}
Loading

0 comments on commit c60ca67

Please sign in to comment.