From 274323373ca1508d2bd012d60c33f8527563f205 Mon Sep 17 00:00:00 2001 From: "Mamadou Khoussa [028918 DSI/DAC/DIF/DS]" Date: Sun, 21 Sep 2025 22:49:43 +0000 Subject: [PATCH] mock data --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87e7b1c..ea9bd78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ RUN npm install COPY . . -EXPOSE 3001 +EXPOSE 3000 CMD ["npm", "run", "start:dev"] \ No newline at end of file