Spaces:
Runtime error
Runtime error
OlivierDehaene
commited on
Commit
·
1687f32
1
Parent(s):
ef4f3fa
update chmod
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -37,6 +37,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
37 |
rm -rf /var/lib/apt/lists/*
|
38 |
|
39 |
RUN mkdir -p /data/db
|
|
|
40 |
|
41 |
RUN curl -fsSL https://deb.nodesource.com/setup_19.x | /bin/bash -
|
42 |
|
|
|
37 |
rm -rf /var/lib/apt/lists/*
|
38 |
|
39 |
RUN mkdir -p /data/db
|
40 |
+
RUN chmod 777 -R /data
|
41 |
|
42 |
RUN curl -fsSL https://deb.nodesource.com/setup_19.x | /bin/bash -
|
43 |
|