Skip to content

Commit

Permalink
Merge pull request #33 from snurfer0/chore/refactor
Browse files Browse the repository at this point in the history
fix: docker
  • Loading branch information
snurfer0 authored Dec 11, 2023
2 parents 695e3d8 + e19264a commit f5bd09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ WORKDIR /usr/src/app
COPY --from=deps /usr/src/app/node_modules ./node_modules
COPY . .

RUN yarn truffle:typechain:generate
RUN yarn app:typechain:generate
RUN yarn build

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@tanstack/react-query": "^5.12.2",
"@tanstack/react-query-devtools": "^5.13.3",
"@tanstack/react-query-next-experimental": "^5.12.2",
"@typechain/truffle-v5": "^8.0.7",
"@typechain/ethers-v6": "^0.5.1",
"autoprefixer": "^10.4.16",
"axios": "^1.6.2",
Expand All @@ -51,7 +52,6 @@
"devDependencies": {
"@openzeppelin/contracts": "^5.0.0",
"@next/eslint-plugin-next": "^14.0.3",
"@typechain/truffle-v5": "^8.0.7",
"@types/axios": "^0.14.0",
"@types/chai": "^4.3.11",
"@types/dompurify": "^3.0.4",
Expand Down

0 comments on commit f5bd09e

Please sign in to comment.