Merge pull request #50 from zkokk/CI-3

New CI
This commit is contained in:
zkokk 2024-06-30 22:08:03 +03:00 committed by GitHub
commit 16bc3d0ba6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@ WORKDIR /usr/src/app
COPY . /usr/src/app COPY . /usr/src/app
RUN npm install --save-dev hardhat RUN npm install --save-dev hardhat
RUN npm install wait-on RUN npm install wait-on
COPY ./hardhat/entrypoint.sh /usr/local/bin COPY ./hardhat/entrypoint.sh /usr/local/bin