Skip to content

Commit

Permalink
Fix docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Nov 19, 2024
1 parent c9e0cf4 commit cb520b7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 879 deletions.
3 changes: 0 additions & 3 deletions sponsoredTransactionsAuction/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ COPY ./sponsoredTransactionsAuction/frontend/src ./src
COPY ./sponsoredTransactionsAuction/frontend/index.html ./index.html
COPY ./sponsoredTransactionsAuction/frontend/generated ./generated

# Enable Corepack and prepare Yarn 3.6.3
RUN corepack enable && corepack prepare [email protected] --activate

RUN yarn
RUN yarn build

Expand Down
874 changes: 0 additions & 874 deletions sponsoredTransactionsAuction/frontend/.yarn/releases/yarn-3.6.3.cjs

This file was deleted.

1 change: 0 additions & 1 deletion sponsoredTransactionsAuction/frontend/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
yarnPath: .yarn/releases/yarn-3.6.3.cjs
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion sponsoredTransactionsAuction/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2"
},
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@1.22.19"
}

0 comments on commit cb520b7

Please sign in to comment.