Merge branch 'fix/docker-tailwind-build' into feature/health-check-service

This commit is contained in:
2026-08-13 12:39:50 +05:00
+1 -1
View File
@@ -16,7 +16,7 @@ WORKDIR /app
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
RUN npm ci RUN npm ci
COPY resources/ resources/ COPY resources/ resources/
COPY vite.config.js ./ COPY vite.config.js postcss.config.js tailwind.config.js ./
RUN npm run build RUN npm run build
# --- final: php-fpm + nginx in one container, supervised --- # --- final: php-fpm + nginx in one container, supervised ---