Skip to content

Commit

Permalink
Merge branch 'release/0.21.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jul 3, 2023
2 parents 6ea17e3 + 256c00d commit 04e692d
Show file tree
Hide file tree
Showing 36 changed files with 473 additions and 123 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-kings-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-oranges-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-bottles-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-weeks-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-clouds-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-lizards-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-scissors-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-glasses-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-owls-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-pots-walk.md

This file was deleted.

8 changes: 4 additions & 4 deletions docs/nuxt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
FROM amazeeio/node:14-builder as builder
FROM amazeeio/node:16-builder as builder

# Build source files.
COPY . /app/
RUN yarn
RUN yarn || true
RUN yarn build
RUN yarn build:docs

# Build static files.
FROM amazeeio/node:14
FROM amazeeio/node:16
COPY --from=builder /app/docs/nuxt /app

RUN yarn
RUN yarn || true
RUN yarn generate

ENV HOST 0.0.0.0
Expand Down
1 change: 1 addition & 0 deletions docs/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"nuxt-social-meta": "1.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@nuxt/postcss8": "1.1.3",
"@nuxtjs/google-analytics": "2.4.0",
"@nuxtjs/pwa": "3.3.5",
Expand Down
Loading

0 comments on commit 04e692d

Please sign in to comment.