Merge pull request #47 from zkokk/CI-2

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

View file

@ -9,7 +9,7 @@ COPY . /usr/src/app
RUN npm install
RUN npm install wait-on
COPY entrypoint.sh /usr/local/bin
COPY ./hardhat/entrypoint.sh /usr/local/bin
EXPOSE 8545