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