diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-05-20 17:11:38 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-05-20 17:11:38 -0400 |
| commit | 708594d32ffe779cf547c816fa7cdd19d095be2e (patch) | |
| tree | 30d28553316db02bc027664e17b76d58f2e352ff /build/init | |
| parent | add en_CAT makefile and use ucfirst/ucwords (diff) | |
| download | xssbook2-708594d32ffe779cf547c816fa7cdd19d095be2e.tar.gz xssbook2-708594d32ffe779cf547c816fa7cdd19d095be2e.tar.bz2 xssbook2-708594d32ffe779cf547c816fa7cdd19d095be2e.zip | |
v2 done
Diffstat (limited to '')
| -rw-r--r-- | build/init/Dockerfile (renamed from build/dbinit/Dockerfile) | 4 | ||||
| -rwxr-xr-x | build/init/init (renamed from build/dbinit/dbinit) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/dbinit/Dockerfile b/build/init/Dockerfile index 81c66ea..2b3d770 100644 --- a/build/dbinit/Dockerfile +++ b/build/init/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.19 RUN apk add --no-cache postgresql16-client tini -COPY ./dbinit /usr/local/bin/dbinit +COPY ./init /usr/local/bin/init ENTRYPOINT ["/sbin/tini", "--"] -CMD ["/usr/local/bin/dbinit"] +CMD ["/usr/local/bin/init"] diff --git a/build/dbinit/dbinit b/build/init/init index c64f139..c64f139 100755 --- a/build/dbinit/dbinit +++ b/build/init/init |