diff --git a/Dockerfile b/Dockerfile index 62ee89d..6ac0c75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,5 @@ RUN rm -rf /usr/share/nginx/html/* COPY --from=builder /app/dist /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf -EXPOSE 80 +EXPOSE 5173 CMD ["nginx", "-g", "daemon off;"]