mirror of
https://github.com/casjaysdevdocker/bun
synced 2025-01-30 18:34:22 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
11d8f45ac2
commit
e75ca50e6b
@ -3,7 +3,7 @@ FROM casjaysdevdocker/debian:latest as build
|
|||||||
ARG TIMEZONE="America/New_York" \
|
ARG TIMEZONE="America/New_York" \
|
||||||
IMAGE_NAME="bun" \
|
IMAGE_NAME="bun" \
|
||||||
LICENSE="MIT" \
|
LICENSE="MIT" \
|
||||||
DEBUG="" \
|
DEBUG="" \
|
||||||
PORTS="1-65535"
|
PORTS="1-65535"
|
||||||
|
|
||||||
ENV TZ="$TIMEZONE" \
|
ENV TZ="$TIMEZONE" \
|
||||||
@ -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