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

Update Dockerfile

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