fix(DOCKERFILE): properly remove entrypoint script from parent container
This commit is contained in:
parent
67e9a699d9
commit
d293e7b3e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user