Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -14,6 +14,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
14 |
rm -rf /var/lib/apt/lists/*
|
15 |
COPY entrypoint.sh entrypoint.sh
|
16 |
|
|
|
|
|
17 |
RUN envsubst < "entrypoint.sh" > "entrypoint.sh"
|
18 |
RUN cat entrypoint.sh
|
19 |
|
|
|
14 |
rm -rf /var/lib/apt/lists/*
|
15 |
COPY entrypoint.sh entrypoint.sh
|
16 |
|
17 |
+
RUN ls -ltr
|
18 |
+
RUN cat entrypoint.sh
|
19 |
RUN envsubst < "entrypoint.sh" > "entrypoint.sh"
|
20 |
RUN cat entrypoint.sh
|
21 |
|