master
Tudor Stanciu 2022-05-09 03:03:00 +03:00
parent 4b26834425
commit 83cdcd1e07
3 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@
FROM node:12-slim as builder FROM node:12-slim as builder
WORKDIR /app WORKDIR /app
COPY .npmrc .npmrc
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install
RUN rm -f .npmrc
COPY . ./ COPY . ./
RUN npm run build RUN npm run build

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "network-resurrector-frontend", "name": "network-resurrector-frontend",
"version": "1.0.3", "version": "1.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "network-resurrector-frontend", "name": "network-resurrector-frontend",
"version": "1.0.3", "version": "1.1.0",
"description": "Frontend component of Network resurrector", "description": "Frontend component of Network resurrector",
"author": { "author": {
"name": "Tudor Stanciu", "name": "Tudor Stanciu",