This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ ARG VITE_CONSOLE_URL
|
||||
ARG VITE_WORKSPACE_ID
|
||||
ARG VITE_HELP_URL
|
||||
|
||||
COPY package*.json package-lock.json* ./
|
||||
COPY package*.json package-lock.json* .npmrc ./
|
||||
RUN npm ci --loglevel info || npm install --loglevel info
|
||||
COPY . ./
|
||||
RUN set -e; \
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
"react-infinite-scroll-component": "^6.1.0",
|
||||
"react-loading-skeleton": "^3.5.0",
|
||||
"react-multi-date-picker": "^4.5.2",
|
||||
"react-quill": "^2.0.0",
|
||||
"react-quill-new": "^3.6.0",
|
||||
"react-router-dom": "^7.5.2",
|
||||
"react-spinners": "^0.17.0",
|
||||
|
||||
Reference in New Issue
Block a user