feature(DOCKERFILE): remove parent container entrypoint script
This commit is contained in:
parent
2125dcb939
commit
956acfc9a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user