This commit is contained in:
Ruslan Gladov 2024-06-30 21:46:33 +03:00
parent 6e096bf781
commit d7dc3c3a01

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