Skip to content

Commit

Permalink
feat(halo2): udpate Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hunshenshi committed Jul 29, 2024
1 parent 72b4eee commit 130f7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2-wasm-node-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ WORKDIR /halo2-wasm-server/server
RUN npm install
RUN npm install -g clinic

CMD [ "node", "src/server.js" ]
CMD [ "clinic", "doctor -- node src/server.js" ]

0 comments on commit 130f7a8

Please sign in to comment.