We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e57dd0 + dbe75a9 commit ea87610Copy full SHA for ea87610
.gitignore
@@ -4,6 +4,7 @@ yarn.lock
4
### Linux ###
5
*~
6
7
+RT.zip
8
# temporary files which can be created if a process still has a handle open of a deleted file
9
.fuse_hidden*
10
Dockerfile
@@ -55,7 +55,7 @@ COPY ../server ./server
55
56
# these things build dosent have so dont copy them through
57
COPY package*.json ./
58
-COPY .env .env
+#COPY .env .env
59
COPY ./config.js ./config.js
60
61
0 commit comments