From 1a16f2a7de6894078889ebfd31f5f5432cf6e3a6 Mon Sep 17 00:00:00 2001 From: Pratap2018 Date: Thu, 28 Dec 2023 19:21:06 +0530 Subject: [PATCH] update --- .dockerignore | 1 - Dockerfile | 2 +- Txn.Dockerfile | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index 07dfa18..5eeb4ec 100644 --- a/.dockerignore +++ b/.dockerignore @@ -8,6 +8,5 @@ temp keys.json schema.json *.env -hypersign.json .authserver-edv-config \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 7959b4d..283f1d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:16.20.1 WORKDIR /usr/src/app COPY ./package.json . COPY ./tsconfig.json . -# COPY ./hypersign.json . +COPY ./hypersign.json . RUN npm install diff --git a/Txn.Dockerfile b/Txn.Dockerfile index 53284c9..e1f5f90 100644 --- a/Txn.Dockerfile +++ b/Txn.Dockerfile @@ -2,7 +2,7 @@ FROM node:16.20.1 WORKDIR /usr/src/app COPY ./package.json . COPY ./tsconfig.json . -# COPY ./hypersign.json . +COPY ./hypersign.json . RUN npm install