Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
fix: include content in image
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Mar 15, 2024
1 parent 6096b6e commit 875191a
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 64 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ COPY --from=build --chown=node:node /app/next.config.js ./
COPY --from=build --chown=node:node /app/public ./public
COPY --from=build --chown=node:node /app/.next/standalone ./
COPY --from=build --chown=node:node /app/.next/static ./.next/static
COPY --from=build --chown=node:node /app/content ./content

# Ensure folder is owned by node:node when mounted as volume.
RUN mkdir -p /app/.next/cache/images
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"@react-aria/utils": "^3.23.2",
"@t3-oss/env-nextjs": "^0.9.2",
"client-only": "^0.0.1",
"cva": "1.0.0-beta.1",
"cva": "^1.0.0-beta.1",
"date-fns": "^3.4.0",
"dset": "^3.1.3",
"fast-glob": "^3.3.2",
"image-size": "^1.1.1",
"lucide-react": "^0.357.0",
"mdast-util-mdx": "^3.0.0",
"next": "^14.2.0-canary.21",
"next": "^14.2.0-canary.23",
"next-intl": "^3.9.4",
"react": "^18.2.0",
"react-aria-components": "^1.1.1",
Expand Down Expand Up @@ -79,9 +79,9 @@
"@acdh-oeaw/tsconfig": "^1.0.2",
"@commitlint/cli": "^18.6.1",
"@mdx-js/loader": "^3.0.1",
"@next/bundle-analyzer": "^14.2.0-canary.21",
"@next/eslint-plugin-next": "^14.2.0-canary.21",
"@next/mdx": "^14.2.0-canary.21",
"@next/bundle-analyzer": "^14.2.0-canary.23",
"@next/eslint-plugin-next": "^14.2.0-canary.23",
"@next/mdx": "^14.2.0-canary.23",
"@playwright/test": "^1.42.1",
"@react-aria/optimize-locales-plugin": "^1.0.2",
"@react-types/shared": "^3.22.1",
Expand Down
118 changes: 59 additions & 59 deletions pnpm-lock.yaml

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

0 comments on commit 875191a

Please sign in to comment.