1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

бновлен интерфейс страницы сотрудника3

This commit is contained in:
MoonTestUse1
2025-01-05 05:05:17 +06:00
parent f61751f56a
commit 8e321ffb60
4 changed files with 210 additions and 54 deletions

View File

@@ -9,8 +9,9 @@ COPY frontend/package*.json ./
RUN npm cache clean --force
RUN rm -rf node_modules package-lock.json
# Устанавливаем зависимости
RUN npm install
# Устанавливаем зависимости и плагин для форм
RUN npm install && \
npm install -D @tailwindcss/forms
# Копируем исходный код
COPY frontend/ .