aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.dockerignore3
-rw-r--r--README.md2
2 files changed, 3 insertions, 2 deletions
diff --git a/.dockerignore b/.dockerignore
index 1b289ac..76a229d 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,3 +1,4 @@
.cache/
node_modules/
-public/ \ No newline at end of file
+public/
+kubernetes/ \ No newline at end of file
diff --git a/README.md b/README.md
index 1311061..ad31271 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
The Dockerfile works via a fresh clone, no pre-build or npm install is needed. It can be tagged as follows:
```
-docker build -t registry.digitalocean.com/submelon-tech/submelon.tech:1.0.0 .
+docker build --push -t registry.digitalocean.com/submelon-tech/submelon.tech:1.0.0 .
```
Or if using M1/ARM,