Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 13 |
RUN echo "PIP Install selesai!"
|
| 14 |
|
| 15 |
COPY backend/ backend/
|
| 16 |
-
COPY --from=frontend /app/frontend/dist ./frontend
|
| 17 |
|
| 18 |
ENV FLASK_APP=backend/app.py
|
| 19 |
RUN echo "Go..."
|
|
|
|
| 13 |
RUN echo "PIP Install selesai!"
|
| 14 |
|
| 15 |
COPY backend/ backend/
|
| 16 |
+
COPY --from=frontend /app/space/frontend/dist ./frontend
|
| 17 |
|
| 18 |
ENV FLASK_APP=backend/app.py
|
| 19 |
RUN echo "Go..."
|