Skip to content

Commit

Permalink
Merge pull request #51 from hypersign-protocol/update-prajna
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Pratap2018 authored Dec 28, 2023
2 parents 64d6505 + 1a16f2a commit 78a60d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ temp
keys.json
schema.json
*.env
hypersign.json

.authserver-edv-config
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Txn.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 78a60d3

Please sign in to comment.