fix dockerfile

This commit is contained in:
emochka2007 2024-05-28 23:41:07 +03:00
parent 8e0cdcfdbe
commit bdc3a9dcbd
2 changed files with 7 additions and 0 deletions

5
chain-api/.dockerignore Normal file
View File

@ -0,0 +1,5 @@
Dockerfile
.dockerignore
node_modules
npm-debug.log
dist

View File

@ -10,4 +10,6 @@ COPY . .
RUN npm run build
RUN npx hardhat compile && npx hardhat typechain
CMD [ "node", "dist/src/main.js" ]