Merge pull request #53 from zkokk/CI-4

npm uninstall
This commit is contained in:
zkokk 2024-07-03 12:18:56 +03:00 committed by GitHub
commit f38c5d27c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ RUN npm uninstall && npm install --save-dev hardhat
RUN npm install wait-on RUN npm install wait-on
COPY ./entrypoint.sh /usr/local/bin COPY .hardhat/entrypoint.sh /usr/local/bin
EXPOSE 8545 EXPOSE 8545