remove tsc

This commit is contained in:
Kseninia Mikhaylova 2024-05-25 13:58:45 +03:00
parent 50cf68a466
commit 5bc106769b
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ WORKDIR /src
RUN npm install
COPY . /src
RUN npm run build
RUN npm run build_dev
CMD npm run preview -- --host