Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
YummYume committed Mar 19, 2024
1 parent 067fd37 commit a2fbd37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/bun/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM oven/bun:alpine

RUN apk add --update && apk add bash
RUN apk add --update bash

COPY --from=node:20-alpine /usr/lib /usr/lib
COPY --from=node:20-alpine /usr/local/share /usr/local/share
Expand Down
2 changes: 1 addition & 1 deletion svelte-kit/src/routes/cookies/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const load = (async () => {
return {
seo: {
title: 'Why and how we use cookies',
description: "Find RankyList's cookie policy here, why we use them and how your data is personal data is used.",
description: "Find RankyList's cookie policy here, why we use them and how your data is used.",
},
};
}) satisfies PageServerLoad;

0 comments on commit a2fbd37

Please sign in to comment.