Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
15 |
COPY entrypoint.sh entrypoint.sh
|
16 |
|
17 |
RUN envsubst < "entrypoint.sh" > "entrypoint.sh"
|
18 |
-
RUN
|
19 |
|
20 |
RUN mkdir -p /data/db
|
21 |
RUN chown -R 1000:1000 /data
|
|
|
15 |
COPY entrypoint.sh entrypoint.sh
|
16 |
|
17 |
RUN envsubst < "entrypoint.sh" > "entrypoint.sh"
|
18 |
+
RUN cat entrypoint.sh
|
19 |
|
20 |
RUN mkdir -p /data/db
|
21 |
RUN chown -R 1000:1000 /data
|