Skip to content

Commit

Permalink
Merge branch 'main' into fix-nick-name-ai-hack-day
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinator444 committed Sep 23, 2024
2 parents f75dbc9 + cbb4936 commit 4ada04c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ RUN adduser --system --uid 1001 nextjs

COPY --from=builder /app/public ./public

# Set the correct permissions for the tina cache folder
RUN mkdir -p /app/tina
RUN chown nextjs:nodejs /app/tina

# Set the correct permission for prerender cache
RUN mkdir .next
RUN chown nextjs:nodejs .next
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.1",
"@tinacms/cli": "^1.6.3",
"@tinacms/cli": "^1.6.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
Expand Down Expand Up @@ -97,7 +97,7 @@
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.4.10",
"tailwindcss-gradients": "^3.0.0",
"tinacms": "^2.2.3",
"tinacms": "^2.2.4",
"typescript": "^5.5.4",
"usehooks-ts": "^3.1.0",
"xss": "^1.0.15",
Expand Down
32 changes: 16 additions & 16 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 4ada04c

Please sign in to comment.