Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lyu <apemost@gmail.com>2020-02-29 23:05:14 +0300
committerGitHub <noreply@github.com>2020-02-29 23:05:14 +0300
commitb6884ea1aa3031a7193de22b900abc3299944da9 (patch)
tree44d439cf833caa088b9484914741d1b31b6894ff /.dockerignore
parent920087fee2988b7a5cc40036ac4afdca9cc5541c (diff)
Ignore .env (#284)
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore
index f158829..1e63545 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,3 +1,4 @@
+.env
.git
node_modules
-production-server \ No newline at end of file
+production-server