aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-04-27 21:45:28 +0100
committerGravatar Chris Lovering <[email protected]>2025-04-27 21:45:28 +0100
commit87689147d9d07f7ec08dc379bc5630d3b53754cd (patch)
tree127742a47097ab5a66b7506954ec49d9f58b4061 /.dockerignore
parentMove metric enable to build step (diff)
Add dockerignore file
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..fad8d02
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,6 @@
+node_modules/
+/dist/
+/dist_keycloak/
+/public/keycloak-resources/
+/.vscode/
+/.yarn_home/