modified: Dockerfile

This commit is contained in:
2026-01-27 23:43:38 +03:00
parent 89b5a86bda
commit 21b4d8e22b

View File

@@ -9,7 +9,7 @@ WORKDIR /app/frontend
COPY frontend/package*.json ./ COPY frontend/package*.json ./
# Install dependencies # Install dependencies
RUN npm ci RUN npm install
# Copy frontend source # Copy frontend source
COPY frontend/ ./ COPY frontend/ ./