Spaces:
Sleeping
Sleeping
Prabhas Jupalli commited on
Commit ·
5697550
1
Parent(s): 74626f2
Fix: Corrected case-sensitivity for navigators directory in Dockerfile.
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -32,7 +32,7 @@ RUN grep -v '^torch' backend/requirements.txt > /tmp/req_notorch.txt && pip inst
|
|
| 32 |
|
| 33 |
# Copy Backend Code
|
| 34 |
COPY --chown=user backend/ backend/
|
| 35 |
-
COPY --chown=user
|
| 36 |
|
| 37 |
# Copy Frontend Build from Stage 1
|
| 38 |
COPY --chown=user --from=build-frontend /app/dist ./dist
|
|
|
|
| 32 |
|
| 33 |
# Copy Backend Code
|
| 34 |
COPY --chown=user backend/ backend/
|
| 35 |
+
COPY --chown=user navigators/ navigators/
|
| 36 |
|
| 37 |
# Copy Frontend Build from Stage 1
|
| 38 |
COPY --chown=user --from=build-frontend /app/dist ./dist
|