mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 00:16:18 +00:00
Fix alpine postwhite
This commit is contained in:
parent
5c42800b27
commit
4484389191
2 changed files with 8 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue