Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -35,7 +35,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 35 |
# Copy frontend files and build
|
| 36 |
COPY frontend/package*.json ./frontend/
|
| 37 |
WORKDIR /app/frontend
|
| 38 |
-
RUN npm
|
| 39 |
COPY frontend/public ./public
|
| 40 |
COPY frontend/src ./src
|
| 41 |
RUN npm run build && \
|
|
|
|
| 35 |
# Copy frontend files and build
|
| 36 |
COPY frontend/package*.json ./frontend/
|
| 37 |
WORKDIR /app/frontend
|
| 38 |
+
RUN npm install --omit=dev
|
| 39 |
COPY frontend/public ./public
|
| 40 |
COPY frontend/src ./src
|
| 41 |
RUN npm run build && \
|