fx dockerfile

This commit is contained in:
emochka2007 2024-05-28 23:54:51 +03:00
parent bdc3a9dcbd
commit 96a0dc1f33

View File

@ -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" ]