mirror of
https://github.com/casjaysdevdocker/bun
synced 2025-01-31 00:34:25 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
11d8f45ac2
commit
e75ca50e6b
@ -11,7 +11,7 @@ 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}"
|
||||||
|
|
||||||
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" && \
|
||||||
@ -25,8 +25,7 @@ COPY ./bin/. /usr/local/bin/
|
|||||||
COPY ./data/. /usr/local/share/template-files/data/
|
COPY ./data/. /usr/local/share/template-files/data/
|
||||||
COPY ./config/. /usr/local/share/template-files/config/
|
COPY ./config/. /usr/local/share/template-files/config/
|
||||||
|
|
||||||
RUN && \
|
RUN rm -Rf /tmp/* /bin/.gitkeep /config /data /var/lib/apt/lists/* /usr/local/share/template-files/data/htdocs/www/.git
|
||||||
rm -Rf /tmp/* /bin/.gitkeep /config /data /var/lib/apt/lists/* /usr/local/share/template-files/data/htdocs/www/.git
|
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user