Skip to content

Commit 51a144b

Browse files
committed
update screenshot & bump version
1 parent ea06962 commit 51a144b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ WORKDIR /app
1414
COPY --from=deps /app/node_modules ./node_modules
1515
COPY . .
1616

17+
ENV SKIP_ENV_VALIDATION=1
18+
1719
RUN corepack enable pnpm && pnpm run build
1820

1921
FROM base AS runner

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BeReal Memories 📸
33
Export your BeReal memories with a simple UI. Built with [Next.js](https://nextjs.org/), [tRPC](https://trpc.io/) & [shadcn/ui](https://ui.shadcn.com/).
44

5-
![Screenshot](https://r2.vasc.dev/images/5Afyl.png)
5+
![Screenshot](https://r2.vasc.dev/images/1Mtq6.png)
66
## Motivation
77
I wanted to have my BeReals in my own gallery, but the app doesn't allow to export BeReals in bulk. So I created this tool to make it easy to export my BeReals from time to time. It also embeds the BeReal date into the image's EXIF data so it's placed correctly next to other photos in your photo timeline.
88
## Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bereal-memories",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)