Adjust version and ensure .npmrc is included in Docker build step
This commit is contained in:
parent
10d221007e
commit
2ab35c042e
@ -3,6 +3,7 @@ FROM node:latest AS build
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json /
|
COPY package.json /
|
||||||
COPY package-lock.json /
|
COPY package-lock.json /
|
||||||
|
COPY .npmrc /
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
export const version: string = '2023.8.1';
|
export const version: string = '2023.8.2';
|
||||||
export const versionTag: string = '';
|
export const versionTag: string = '';
|
||||||
export const showWelcome: boolean = true;
|
export const showWelcome: boolean = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user