Spaces:
Running
Running
Commit
·
3e0eabf
1
Parent(s):
db55b35
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ WORKDIR /code
|
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
8 |
-
RUN kangas upgrade
|
9 |
|
10 |
COPY . .
|
11 |
|
|
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
8 |
+
RUN kangas upgrade /code/*.datagrid
|
9 |
|
10 |
COPY . .
|
11 |
|