[TASK] Added Dockerfile to build docker container

This commit is contained in:
2025-05-29 21:21:56 +02:00
parent 86ad92e1aa
commit 7be7d32d58
3 changed files with 62 additions and 1 deletions

10
.aiignore Normal file
View File

@@ -0,0 +1,10 @@
# An .aiignore file follows the same syntax as a .gitignore file.
# .gitignore documentation: https://git-scm.com/docs/gitignore
# Junie will ask for explicit approval before view or edit the file or file within a directory listed in .aiignore.
# Only files contents is protected, Junie is still allowed to view file names even if they are listed in .aiignore.
# Be aware that the files you included in .aiignore can still be accessed by Junie in two cases:
# - If Brave Mode is turned on.
# - If a command has been added to the Allowlist — Junie will not ask for confirmation, even if it accesses - files and folders listed in .aiignore.
/export
result.txt
.env