Spaces:
Sleeping
Sleeping
FIX: stanza directory inside app
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ COPY requirements.txt /app/requirements.txt
|
|
| 12 |
RUN pip install -r requirements.txt
|
| 13 |
|
| 14 |
# Copie os Stanza resources
|
| 15 |
-
COPY stanza_resources /
|
| 16 |
|
| 17 |
# Copy the static folder (including jeni.jpg)
|
| 18 |
COPY static /app/static
|
|
|
|
| 12 |
RUN pip install -r requirements.txt
|
| 13 |
|
| 14 |
# Copie os Stanza resources
|
| 15 |
+
COPY stanza_resources /app/stanza_resources
|
| 16 |
|
| 17 |
# Copy the static folder (including jeni.jpg)
|
| 18 |
COPY static /app/static
|