Uploading default template

This commit is contained in:
2026-04-26 19:32:53 +01:00
parent 335cc7dedd
commit d74ec5ac73
5 changed files with 184 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
bank_analysis_excel:
volumes:
- .:/usr/src/app # Syncs your code for live editing
ports:
- "5678:5678" # Opens the debugger 'door'
tty: true # Keeps terminal active
stdin_open: true # Allows interactive input
command: tail -f /dev/null # Keeps the workshop open