Merge pull request #48 from zkokk/CI-2

New CI
This commit is contained in:
zkokk 2024-06-30 21:55:50 +03:00 committed by GitHub
commit 1d1db0ae5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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