fix(DOCKERFILE): properly remove entrypoint script from parent container

This commit is contained in:
Asif Bacchus 2021-01-07 13:25:57 -07:00
parent 67e9a699d9
commit d293e7b3e9
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ RUN apk --no-cache add libcap \
&& tar -xzf /tmp/errorpages.tar.gz -C /tmp \
&& mv /tmp/fun-errorpages/errorpages ./ \
&& rm -rf /tmp/* \
&& rmdir docker-entrypoint.d \
&& rm -f docker-entrypoint.sh \
&& rm -rf /docker-entrypoint.d \
&& rm -f /docker-entrypoint.sh \
&& mkdir /usr/share/nginx/letsencrypt
# health check