aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-11-24 22:11:03 -0800
committerclarkzjw <[email protected]>2022-11-24 22:11:03 -0800
commitd19a3e6bdd8ad77cf0d90cc882880d9f3e1433b4 (patch)
tree5c41c76ea256efa84db48afcdb55ea6d3c4f3931 /.dockerignore
parent7451d6229a8fcb0442adaa9be2af26173b9c363b (diff)
downloadSquare-d19a3e6bdd8ad77cf0d90cc882880d9f3e1433b4.tar.gz
docker: add Dockerfile
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..a0c4f0f
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,5 @@
1.venv/
2venv/
3.git/
4__pycache__/
5.idea/
Powered by cgit v1.2.3 (git 2.41.0)