Skip to content

Commit

Permalink
removing some test code on docker diagnosis
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwehr committed Jun 13, 2024
1 parent c898a01 commit e836764
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
Binary file modified .yarn/cache/fsevents-patch-2882183fbf-8.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion packages/faucet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ WORKDIR /app
RUN apk add --update --no-cache alpine-sdk linux-headers build-base gcc libusb-dev python3 py3-pip eudev-dev
RUN ln -sf python3 /usr/bin/python

RUN yarn cache clear && yarn install && yarn run build
ENV YARN_CHECKSUM_BEHAVIOR=reset
RUN yarn install && yarn run build
RUN (cd packages/faucet && SKIP_BUILD=1 yarn pack-node)

# Use Alpine and install Node.js which is 50% smaller than the -alpine version of the node
Expand Down
16 changes: 1 addition & 15 deletions packages/faucet/webpack.node.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ module.exports = [
},
},
plugins: [],
resolve: {},
module: {
rules: [
{
test: /\.js$/,
exclude: /node_modules/,
use: {
loader: "babel-loader",
options: {
presets: ["@babel/preset-env"],
},
},
},
],
},
resolve: {}
},
];

0 comments on commit e836764

Please sign in to comment.