Merge pull request #49 from zkokk/CI-2

New CI
This commit is contained in:
zkokk 2024-06-30 22:04:10 +03:00 committed by GitHub
commit bee2993a9c
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 COPY . /usr/src/app
RUN npm install --save-dev 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