bx-843-testing #3

Merged
ksenia_mikhailova merged 9 commits from bx-843-testing into main 2024-07-04 13:48:15 +03:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 55870fd993 - Show all commits

View File

@ -6,6 +6,7 @@ RUN apt -y install libpng-dev libimagequant-dev
RUN mkdir -p /src
COPY package.json src/package.json
COPY .env src/.env
WORKDIR /src
RUN npm install --omit=dev