From 984a6bdaabf0e74691ae995074ac6614b347ea98 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 30 Aug 2023 21:45:03 -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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e371463..5b97230 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG DEFAULT_TEMPLATE_DIR="/usr/local/share/template-files/defaults" ARG USER="root" ARG SERVICE_PORT="" -ARG EXPOSE_PORTS="1-65535" +ARG EXPOSE_PORTS="3000-3999" ARG PHP_VERSION="php81" ARG NODE_VERSION="18" ARG NODE_MANAGER="fnm"