Skip to content

Commit b25e19d

Browse files
feat: analytics added
1 parent e5a83a4 commit b25e19d

File tree

10 files changed

+5320
-846
lines changed

10 files changed

+5320
-846
lines changed

.dockerignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
node_modules
2+
dist
3+
.git
4+
.gitignore
5+
README.md
6+
deploy
7+
.env
8+
.env.local
9+
*.log
10+
.DS_Store
11+

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN yarn add esbuild@^0.25.0 --exact
1616
# BUILD
1717
###################
1818

19-
FROM base AS build
19+
FROM node:20-alpine AS build
2020
WORKDIR /build
2121

2222
ARG API_URL

0 commit comments

Comments
 (0)