mirror of
https://github.com/emo2007/block-accounting.git
synced 2024-11-09 20:26:28 +00:00
fx dockerfile
This commit is contained in:
parent
bdc3a9dcbd
commit
96a0dc1f33
@ -7,9 +7,9 @@ COPY package*.json ./
|
|||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
RUN npx hardhat compile && npx hardhat typechain
|
||||||
|
|
||||||
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