diff --git a/Dockerfile b/Dockerfile index c473d22..e62b6b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ # Stage 1: Build the Vue app FROM node:18 as client-builder -# ENV VITE_SERVER_URL "http://localhost" -# ENV VITE_SERVER_PORT "3000" WORKDIR /app/client COPY client/package*.json ./ RUN npm install diff --git a/client/src/utils/table/CustomTableHeader.vue b/client/src/utils/table/CustomTableHeader.vue index fdfd7f7..5e01812 100644 --- a/client/src/utils/table/CustomTableHeader.vue +++ b/client/src/utils/table/CustomTableHeader.vue @@ -21,7 +21,7 @@