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