first commit
This commit is contained in:
14
s3-nodejs-api/.dockerignore
Normal file
14
s3-nodejs-api/.dockerignore
Normal file
@@ -0,0 +1,14 @@
|
||||
# This file specifies files and directories to ignore when building the Docker image.
|
||||
node_modules
|
||||
dist
|
||||
*.log
|
||||
# Keep TS sources so the build stage can compile them
|
||||
# *.ts
|
||||
*.map
|
||||
.git
|
||||
.gitignore
|
||||
k8s/*
|
||||
README.md
|
||||
package-lock.json
|
||||
.env
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user