Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-31 16:26:38 -03:00
parent 4c293a54b4
commit abc6d59276
5 changed files with 77 additions and 66 deletions
-3
View File
@@ -17,9 +17,6 @@ RUN cargo build --release -p lms-service
FROM node:20-alpine AS node-builder
WORKDIR /app
# Configure DNS for Google Fonts access during build
RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf
COPY web/experience/package*.json ./
RUN npm ci
COPY web/experience/ .