Skip to content

Commit fb3278e

Browse files
committed
need package lock for fast prod build and also need env files in docker
1 parent d5327c5 commit fb3278e

File tree

3 files changed

+8522
-8
lines changed

3 files changed

+8522
-8
lines changed

.dockerignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ yarn-error.log*
88
.next
99
out
1010

11-
# Environment files
12-
.env
13-
.env.local
14-
.env.development.local
15-
.env.test.local
16-
.env.production.local
17-
1811
# Git
1912
.git
2013
.gitignore

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ yarn-error.log*
4040
*.tsbuildinfo
4141
next-env.d.ts
4242

43-
package-lock.json
4443
certificates

0 commit comments

Comments
 (0)