npm uninstall

This commit is contained in:
Ruslan Gladov 2024-07-03 12:18:15 +03:00
parent a9f539617d
commit 068ce61da7

View file

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