This commit is contained in:
Ruslan Gladov 2024-06-30 21:55:10 +03:00
parent d7dc3c3a01
commit d02384c2e8

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