feat: Add installer (#5)

This commit is contained in:
Kroese 2024-01-14 15:19:58 +01:00 committed by GitHub
parent dc23c79b4f
commit 169b364c79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 69 additions and 2 deletions

View file

@ -23,4 +23,4 @@ ENV DISK_SIZE "64G"
ARG VERSION_ARG "0.0"
RUN echo "$VERSION_ARG" > /run/version
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/init.sh"]
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]