diff --git a/Dockerfile b/Dockerfile
index 4fccd7ba00f7ac955e3a27c0a8f9e2aa0a458d86..a2ef3164391d4f75542e653dc17b1ff606b0433a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,4 +11,6 @@ FROM nginx:stable-alpine as production-stage
 COPY --from=build-stage /app/dist /usr/share/nginx/html
 COPY web/nginx.conf /etc/nginx/nginx.conf
 
+EXPOSE 5173
+
 CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file