added docker deployment and added a preview to the files.

This commit is contained in:
2025-08-06 13:15:35 +02:00
parent c6b453ef81
commit bb812914b8
7 changed files with 249 additions and 19 deletions

29
.dockerignore Normal file
View File

@@ -0,0 +1,29 @@
# ---> Java
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
target