chansung commited on
Commit
6189109
1 Parent(s): 8385e49
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -24,7 +24,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
24
  rm -rf /var/lib/apt/lists/*
25
  COPY entrypoint.sh.template entrypoint.sh.template
26
 
27
- RUN envsubst < "entrypoint.sh.template" > "entrypoint.sh"
 
28
 
29
  RUN mkdir -p /data/db
30
  RUN chown -R 1000:1000 /data
 
24
  rm -rf /var/lib/apt/lists/*
25
  COPY entrypoint.sh.template entrypoint.sh.template
26
 
27
+ RUN envsubst < "entrypoint.sh.template" > "entrypoint.sh"
28
+ RUN cat "entrypoint.sh"
29
 
30
  RUN mkdir -p /data/db
31
  RUN chown -R 1000:1000 /data