Spaces:
Runtime error
Runtime error
update
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -5,6 +5,7 @@ WORKDIR /app
|
|
| 5 |
# Install dependencies based on the preferred package manager
|
| 6 |
COPY frontend .
|
| 7 |
|
|
|
|
| 8 |
RUN npm run build
|
| 9 |
RUN ls -al
|
| 10 |
FROM python:3.10-slim AS backend
|
|
|
|
| 5 |
# Install dependencies based on the preferred package manager
|
| 6 |
COPY frontend .
|
| 7 |
|
| 8 |
+
RUN npm i
|
| 9 |
RUN npm run build
|
| 10 |
RUN ls -al
|
| 11 |
FROM python:3.10-slim AS backend
|