feature(DOCKERFILE): remove parent container entrypoint script

This commit is contained in:
Asif Bacchus 2021-01-07 11:07:49 -07:00
parent 2125dcb939
commit 956acfc9a1
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +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 \
&& mkdir /usr/share/nginx/letsencrypt
# health check