diff options
| author | Mel <einebeere@gmail.com> | 2024-02-17 02:09:26 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-02-17 02:09:26 +0100 |
| commit | c1cab90dbcd0f1fc743cb733114064f602766db6 (patch) | |
| tree | f63817122163eb7ef99b7e329279a6225f2df440 /script.sh | |
| download | single-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-x | script.sh | 4 |
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 |
