diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml
index ca21532..b6198e3 100644
--- a/.github/workflows/docker-image.yml
+++ b/.github/workflows/docker-image.yml
@@ -13,6 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v2
+ - name: Set up QEMU
+ uses: docker/setup-qemu-action@v2
+
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
@@ -26,6 +29,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
+ platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/stock-scanner:latest
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..addb0a7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.log
+. *
\ No newline at end of file
diff --git a/templates/index.html b/templates/index.html
index cf641f1..1184a99 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -20,15 +20,64 @@
-
+
+
+
+
+
+
+