@compiiile/compiiile 2.18.11 → 2.18.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Dockerfile +1 -1
  2. package/package.json +2 -2
package/Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN npm install -g @compiiile/compiiile
4
4
 
5
5
  WORKDIR /app
6
6
  COPY . .
7
- CMD ["/usr/local/bin/compiiile", "build"]
7
+ RUN compiiile build
8
8
 
9
9
  FROM httpd:2.4 AS runtime
10
10
  COPY --from=build /app/.compiiile/dist /usr/local/apache2/htdocs/
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@compiiile/compiiile",
3
3
  "private": false,
4
- "version": "2.18.11",
4
+ "version": "2.18.12",
5
5
  "description": "The most convenient way to render a folder containing markdown files. Previewing and searching markdown files has never been that easy.",
6
6
  "author": "AlbanCrepel <alban.crepel@gmail.com>",
7
7
  "license": "GPL-3.0-only",
@@ -57,7 +57,7 @@
57
57
  "typescript": "^5.9.3",
58
58
  "uuid": "^13.0.0",
59
59
  "vfile-matter": "^5.0.1",
60
- "vite": "^7.3.0",
60
+ "vite": "^6.4.1",
61
61
  "vue": "^3.5.26",
62
62
  "yargs": "^18.0.0",
63
63
  "zod": "^3.25.76"