Skip to content

Commit bdf27e7

Browse files
committed
Chore: added dockerignore file
1 parent cf3a6b4 commit bdf27e7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.dockerignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
test
2+
node_modules
3+
logs
4+
5+
commitlint.config.cjs
6+
README.md
7+
8+
.github
9+
.eslintcache
10+
.eslintrc
11+
.gitignore
12+
.prettierignore
13+
.prettierrc
14+
.env.example

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . .
66

77
RUN npm i -g pnpm@8.0.0
88

9-
RUN pnpm install --ignore-scripts
9+
RUN pnpm install --ignore-scripts --fix-lockfile
1010
RUN pnpm build
1111

1212
CMD ["node", "dist/app.js"]

0 commit comments

Comments
 (0)