Steffen Slavetinsky
commited on
add code dir permissions
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -10,5 +10,7 @@ RUN wget -O renumics_spotlight-1.3.0.post101+ac8ed08-py3-none-any.whl "https://s
|
|
10 |
RUN pip install renumics_spotlight-1.3.0.post101+ac8ed08-py3-none-any.whl
|
11 |
|
12 |
COPY . .
|
|
|
|
|
13 |
|
14 |
CMD ["python", "run.py"]
|
|
|
10 |
RUN pip install renumics_spotlight-1.3.0.post101+ac8ed08-py3-none-any.whl
|
11 |
|
12 |
COPY . .
|
13 |
+
RUN mkdir -p /code/.cache
|
14 |
+
RUN chmod -R 777 /code
|
15 |
|
16 |
CMD ["python", "run.py"]
|