summary refs log tree commit diff
path: root/script.sh
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-02-17 02:09:26 +0100
committerMel <einebeere@gmail.com>2024-02-17 02:09:26 +0100
commitc1cab90dbcd0f1fc743cb733114064f602766db6 (patch)
treef63817122163eb7ef99b7e329279a6225f2df440 /script.sh
downloadsingle-container-example-c1cab90dbcd0f1fc743cb733114064f602766db6.tar.zst
single-container-example-c1cab90dbcd0f1fc743cb733114064f602766db6.zip
Single container with a service and Postgres main
Diffstat (limited to 'script.sh')
-rwxr-xr-xscript.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/script.sh b/script.sh
new file mode 100755
index 0000000..3a6e0f5
--- /dev/null
+++ b/script.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+/usr/local/bin/docker-entrypoint.sh postgres &
+./service