diff --git a/Dockerfile b/Dockerfile
index 5778151f7ea1bda0723d6d6f451974c4a4f6ff58..cf535970f02e0047f7a70b1b2e8db98baa700993 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,5 +9,5 @@ RUN npm run build
 # Step 2: Setup the server with Nginx
 FROM nginx:stable-alpine as production-stage
 COPY --from=build-stage /app/dist /usr/share/nginx/html
-
+EXPOSE 5173
 CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file