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