mirror of
https://github.com/casjaysdevdocker/bun
synced 2025-01-18 00:34:24 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
7b37b18ae4
commit
14bafd957a
@ -5,7 +5,7 @@ ARG alpine_version="v3.16"
|
||||
ARG TIMEZONE="America/New_York" \
|
||||
IMAGE_NAME="bun" \
|
||||
LICENSE="MIT" \
|
||||
PORTS=""
|
||||
PORTS="1-65535"
|
||||
|
||||
ENV TZ="$TIMEZONE" \
|
||||
SHELL="/bin/bash" \
|
||||
@ -56,7 +56,7 @@ ENV SHELL="/bin/bash" \
|
||||
TZ="${TZ:-America/New_York}" \
|
||||
TIMEZONE="$$TIMEZONE" \
|
||||
PHP_SERVER="none" \
|
||||
PORT=""
|
||||
PORT="5000"
|
||||
|
||||
COPY --from=build /. /
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user