From 14bafd957ad88e399638bf2a1fc00ce21c1be997 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 12 Oct 2022 16:15:56 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 25b7f27..91ecd89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /. /