From 2ec948c1e3ee253c505446ede51f740c75255c79 Mon Sep 17 00:00:00 2001 From: slawk0 <86110674+slawk0@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:41:54 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a5e789..2d557b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ COPY . . CMD npm i # Expose the port that the application listens on. -EXPOSE 3000 +EXPOSE ${APP_PORT} # Run the application. CMD node index.js