Deploy düzenlemesi
This commit is contained in:
parent
6645aae712
commit
f17d95c1d2
3 changed files with 4501 additions and 2187 deletions
|
|
@ -8,7 +8,9 @@ ENV GENERATE_SOURCEMAP=false
|
||||||
ENV NODE_OPTIONS=--max-old-space-size=16384
|
ENV NODE_OPTIONS=--max-old-space-size=16384
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
RUN npm i
|
RUN npm i && \
|
||||||
|
npm install @rollup/rollup-linux-x64-musl --save-dev && \
|
||||||
|
npm rebuild rollup
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build -- --mode $ENV
|
RUN npm run build -- --mode $ENV
|
||||||
CMD ["npm", "run", "preview"]
|
CMD ["npm", "run", "preview"]
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict';
|
||||||
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
||||||
}, {
|
}, {
|
||||||
"url": "index.html",
|
"url": "index.html",
|
||||||
"revision": "0.mmr753hmff"
|
"revision": "0.271iot081v"
|
||||||
}], {});
|
}], {});
|
||||||
workbox.cleanupOutdatedCaches();
|
workbox.cleanupOutdatedCaches();
|
||||||
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
||||||
|
|
|
||||||
6682
ui/package-lock.json
generated
6682
ui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue