removing .devcontainer/ from git tracking

This commit is contained in:
Chris
2026-04-10 17:37:18 +02:00
parent 2c740fd384
commit ead22ba707
11 changed files with 0 additions and 419 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/bash
# Start supervisord in the background and redirect its output to /dev/null
# open supervisord in tmux
tmux new-session -d -s supervisord
tmux send-keys -t supervisord "/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf" C-m
# End of entrypoint
# -----------------