From f4280eb610f1e847cbda9df2b0c592668ff1c716 Mon Sep 17 00:00:00 2001 From: pb-coding <71174645+pb-coding@users.noreply.github.com> Date: Sat, 23 Sep 2023 15:21:35 +0200 Subject: [PATCH] modifies port --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc6fdce..0894afd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,6 @@ COPY . . RUN npm run build -EXPOSE 3000 +EXPOSE 4173 CMD ["npm", "run", "preview"] \ No newline at end of file