mirror of
https://github.com/emo2007/block-accounting.git
synced 2025-04-04 13:46:27 +00:00
fx dockerfile
This commit is contained in:
parent
bdc3a9dcbd
commit
96a0dc1f33
@ -7,9 +7,9 @@ COPY package*.json ./
|
||||
RUN npm ci
|
||||
|
||||
COPY . .
|
||||
RUN npx hardhat compile && npx hardhat typechain
|
||||
|
||||
RUN npm run build
|
||||
|
||||
RUN npx hardhat compile && npx hardhat typechain
|
||||
|
||||
CMD [ "node", "dist/src/main.js" ]
|
||||
|
Loading…
Reference in New Issue
Block a user