bryankhelven commited on
Commit
e413df9
·
verified ·
1 Parent(s): ba86ccd

FIX: stanza directory inside app

Browse files
Files changed (1) hide show
  1. 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 /root/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