Added docker support + fixed button bug

This commit is contained in:
2024-08-31 13:10:25 +02:00
parent 70e3818170
commit f712291bdd
7 changed files with 68 additions and 10 deletions

17
.dockerignore Normal file
View File

@@ -0,0 +1,17 @@
# Ignore the node_modules directory
node_modules
# Ignore the dist directory
www
# Ignore the .git directory
.git
# Ignore the .gitignore file
.gitignore
# Ignore the .dockerignore file
.dockerignore
Dockerfile
.vscode/*