Tudor Stanciu 2023-03-29 18:27:31 +03:00
commit 1addddb268
3 changed files with 5 additions and 2 deletions

View File

@ -27,6 +27,9 @@ ENV AUTHOR="Tudor Stanciu"
ARG APP_VERSION=0.0.0
ENV APP_VERSION=${APP_VERSION}
ARG APP_DATE="-"
ENV APP_DATE=${APP_DATE}
#set workdir to root
WORKDIR /

2
package-lock.json generated
View File

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

View File

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