🗃️ Updated domain names 🗃️

Dockerfile
LICENSE.md
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/bin/start-commitment.sh
This commit is contained in:
casjay
2023-08-10 19:54:39 -04:00
parent 1c0a4f5430
commit 2fa238383f
4 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ ENV LANG=en_US.UTF-8 \
SHELL="/bin/sh" \
TERM="xterm-256color" \
TIMEZONE="${TZ:-$TIMEZONE}" \
HOSTNAME="casjaysdev-commitment"
HOSTNAME="casjaysdev.promitment"
COPY ./rootfs/. /
@@ -53,7 +53,7 @@ ARG \
BUILD_DATE="Sun Nov 13 12:16:04 PM EST 2022" \
TIMEZONE="America/New_York"
LABEL maintainer="CasjaysDev <docker-admin@casjaysdev.com>" \
LABEL maintainer="CasjaysDev <docker-admin@casjaysdev.pro>" \
org.opencontainers.image.vendor="CasjaysDev" \
org.opencontainers.image.authors="CasjaysDev" \
org.opencontainers.image.vcs-type="Git" \