chansung commited on
Commit
0f7c9f8
1 Parent(s): f7350db

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 echo entrypoint.sh
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