Fix alpine postwhite

This commit is contained in:
Myve 2024-08-18 07:39:52 +00:00
commit 4484389191
2 changed files with 8 additions and 10 deletions

View file

@ -41,7 +41,8 @@ RUN printf '%s\n' 'https://dl-cdn.alpinelinux.org/alpine/edge/main/' \
server_names_hash_bucket_size 128;\n' -i /etc/nginx/nginx.conf \
# Installer
&& /tmp/installer.sh \
&& rm /tmp/installer.sh
&& rm /tmp/installer.sh \
&& sed -i '/while ps / s|; do| 2>\&1&|;s|while ps |while ls /proc/|' /usr/local/bin/postwhite/postwhite
# Expose ports
EXPOSE 25