mirror of
https://github.com/emo2007/block-accounting.git
synced 2025-01-18 07:26:27 +00:00
fix dockerfile
This commit is contained in:
parent
8e0cdcfdbe
commit
bdc3a9dcbd
5
chain-api/.dockerignore
Normal file
5
chain-api/.dockerignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Dockerfile
|
||||||
|
.dockerignore
|
||||||
|
node_modules
|
||||||
|
npm-debug.log
|
||||||
|
dist
|
@ -10,4 +10,6 @@ COPY . .
|
|||||||
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
RUN npx hardhat compile && npx hardhat typechain
|
||||||
|
|
||||||
CMD [ "node", "dist/src/main.js" ]
|
CMD [ "node", "dist/src/main.js" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user