summaryrefslogtreecommitdiffhomepage
path: root/docker/entrypoint.sh
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-04 21:21:20 +0900
committerAdam Malczewski <[email protected]>2026-06-04 21:21:20 +0900
commit394f1ed37ce860da6fdc385769bf29f9737105cd (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /docker/entrypoint.sh
parent81a9cdbadf8c9d940d4fe9a2a0de607dee1f5f1a (diff)
downloaddispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.tar.gz
dispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.zip
chore: genesis — remove all files to rebuild from scratch (arch rewrite)
Diffstat (limited to 'docker/entrypoint.sh')
-rw-r--r--docker/entrypoint.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh
deleted file mode 100644
index 4f35d94..0000000
--- a/docker/entrypoint.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-set -euo pipefail
-
-# Production entrypoint
-# Future phases: add database migrations here
-
-# Execute the main command
-exec "$@"