Spaces:
Runtime error
Runtime error
OlivierDehaene
commited on
Commit
•
d67476b
1
Parent(s):
63cce51
chown
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 chown -R 1000:1000 /data
|
42 |
|
43 |
RUN curl -fsSL https://deb.nodesource.com/setup_19.x | /bin/bash -
|
44 |
|