From 8d54a511c0d4cf250cb729e1ab11e409998b6cac Mon Sep 17 00:00:00 2001 From: ludelanier Date: Wed, 8 May 2024 04:46:28 +0200 Subject: [PATCH] images --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 699d7fa..ed8dde5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN npm install COPY . . # Expose a port to communicate with the React app -EXPOSE 5173 +EXPOSE 8000 # Start your React app CMD ["npm", "run", "dev"] \ No newline at end of file