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
WORKDIR /app
COPY .npmrc .npmrc
COPY package*.json ./
RUN npm install
RUN rm -f .npmrc
COPY . ./
RUN npm run build

2
package-lock.json generated
View File

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

View File

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