🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-12 22:30:59 -04:00
parent e75ca50e6b
commit f307de69c1
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -11,7 +11,8 @@ ENV TZ="$TIMEZONE" \
SHELL="/bin/bash" \ SHELL="/bin/bash" \
ENV="$HOME/.bashrc" \ ENV="$HOME/.bashrc" \
TERM="xterm-256color" \ TERM="xterm-256color" \
HOSTNAME="${HOSTNAME:-casjaysdev-$IMAGE_NAME}" HOSTNAME="${HOSTNAME:-casjaysdev-$IMAGE_NAME}" \
PORT="3000"
RUN set -ex; \ RUN set -ex; \
mkdir -p "/usr/local/share/template-files/data/htdocs/www" && \ mkdir -p "/usr/local/share/template-files/data/htdocs/www" && \