modified: Dockerfile
This commit is contained in:
@@ -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/ ./
|
||||||
|
|||||||
Reference in New Issue
Block a user